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

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Oct 25, 2021
1 parent 59ee2eb commit 147bae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
* Major dependency update might be incompatible with other dependencies.



## v3.4.0 (2021-10-25)

#### :rocket: Enhancement
* [#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))

#### :house: Internal
* [#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))
* [#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))
* [#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))

#### Committers: 1
- Francesco Novy ([@mydea](https://github.com/mydea))

## v3.3.0 (2021-08-20)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cognito-identity",
"version": "3.3.0",
"version": "3.4.0",
"description": "Interact with AWS Cognito from your Ember app.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 147bae6

Please sign in to comment.