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

Commit 0a3ea8e

Browse files
committed
Release 3.7.0
1 parent 0f1e617 commit 0a3ea8e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@
2020

2121

2222

23+
24+
## v3.7.0 (2022-01-17)
25+
26+
#### :rocket: Enhancement
27+
* [#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))
28+
29+
#### :bug: Bug Fix
30+
* [#675](https://github.com/fabscale/ember-cognito-identity/pull/675) Ensure @babel/eslint-parser is a devDependency ([@mydea](https://github.com/mydea))
31+
32+
#### :house: Internal
33+
* [#677](https://github.com/fabscale/ember-cognito-identity/pull/677) Update dev dependencies ([@mydea](https://github.com/mydea))
34+
* [#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))
35+
36+
#### Committers: 1
37+
- Francesco Novy ([@mydea](https://github.com/mydea))
38+
2339
## v3.6.0 (2022-01-04)
2440

2541
#### :rocket: Enhancement

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cognito-identity",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Interact with AWS Cognito from your Ember app.",
55
"keywords": [
66
"ember-addon"
@@ -101,4 +101,4 @@
101101
"node": "16.13.0",
102102
"yarn": "1.22.17"
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)