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

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 22, 2021
1 parent 3b04ab3 commit 2eb2039
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
* Hooks dropped in favor of manually handling this.
* Major dependency update might be incompatible with other dependencies.

## v3.1.0 (2021-07-22)

#### :rocket: Enhancement
* [#572](https://github.com/fabscale/ember-cognito-identity/pull/572) feat: Add `mockCognitoLogoutCurrentUser` test helper ([@mydea](https://github.com/mydea))

#### :house: Internal
* [#571](https://github.com/fabscale/ember-cognito-identity/pull/571) Remove old mockCognito test helper ([@mydea](https://github.com/mydea))

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

## v3.0.2 (2021-07-22)

#### :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.0.2",
"version": "3.1.0",
"description": "Interact with AWS Cognito from your Ember app.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2eb2039

Please sign in to comment.