Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 147bae6

Browse files
committed
Release 3.4.0
1 parent 59ee2eb commit 147bae6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
* Major dependency update might be incompatible with other dependencies.
1818

1919

20+
21+
## v3.4.0 (2021-10-25)
22+
23+
#### :rocket: Enhancement
24+
* [#631](https://github.com/fabscale/ember-cognito-identity/pull/631) feat: add `logoutForce` method to allow to handle inconsistent state ([@mydea](https://github.com/mydea))
25+
26+
#### :house: Internal
27+
* [#614](https://github.com/fabscale/ember-cognito-identity/pull/614) chore(deps-dev): bump ember-cli from 3.27.0 to 3.28.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#608](https://github.com/fabscale/ember-cognito-identity/pull/608) chore(deps): bump ember-auto-import from 2.1.0 to 2.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#615](https://github.com/fabscale/ember-cognito-identity/pull/615) chore(deps): bump amazon-cognito-identity-js from 5.0.6 to 5.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
31+
#### Committers: 1
32+
- Francesco Novy ([@mydea](https://github.com/mydea))
33+
2034
## v3.3.0 (2021-08-20)
2135

2236
#### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cognito-identity",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Interact with AWS Cognito from your Ember app.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)