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

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jan 17, 2022
1 parent 0f1e617 commit 0a3ea8e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@




## v3.7.0 (2022-01-17)

#### :rocket: Enhancement
* [#676](https://github.com/fabscale/ember-cognito-identity/pull/676) chore(deps): bump amazon-cognito-identity-js from 5.0.3 to 5.2.4 ([@mydea](https://github.com/mydea))

#### :bug: Bug Fix
* [#675](https://github.com/fabscale/ember-cognito-identity/pull/675) Ensure @babel/eslint-parser is a devDependency ([@mydea](https://github.com/mydea))

#### :house: Internal
* [#677](https://github.com/fabscale/ember-cognito-identity/pull/677) Update dev dependencies ([@mydea](https://github.com/mydea))
* [#674](https://github.com/fabscale/ember-cognito-identity/pull/674) chore(deps): bump @embroider/macros from 0.49.0 to 0.50.2 ([@mydea](https://github.com/mydea))

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

## v3.6.0 (2022-01-04)

#### :rocket: Enhancement
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cognito-identity",
"version": "3.6.0",
"version": "3.7.0",
"description": "Interact with AWS Cognito from your Ember app.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -101,4 +101,4 @@
"node": "16.13.0",
"yarn": "1.22.17"
}
}
}

0 comments on commit 0a3ea8e

Please sign in to comment.