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

Commit b0c51f9

Browse files
committed
Release 3.9.0
1 parent ca06278 commit b0c51f9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@
2525

2626

2727

28+
29+
## v3.9.0 (2022-09-12)
30+
31+
#### :rocket: Enhancement
32+
* [#772](https://github.com/fabscale/ember-cognito-identity/pull/772) Use native `Promise` instead of RSVP ([@mydea](https://github.com/mydea))
33+
34+
#### :bug: Bug Fix
35+
* [#781](https://github.com/fabscale/ember-cognito-identity/pull/781) Ensure mock user pool is always correctly set up ([@mydea](https://github.com/mydea))
36+
37+
#### :house: Internal
38+
* [#782](https://github.com/fabscale/ember-cognito-identity/pull/782) Fix tests ([@mydea](https://github.com/mydea))
39+
* [#778](https://github.com/fabscale/ember-cognito-identity/pull/778) chore(deps-dev): bump fabscale-eslint-config from 1.5.0 to 1.6.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
40+
* [#780](https://github.com/fabscale/ember-cognito-identity/pull/780) chore(deps-dev): bump release-it from 15.2.0 to 15.4.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
41+
* [#779](https://github.com/fabscale/ember-cognito-identity/pull/779) chore(deps-dev): bump @typescript-eslint/parser from 5.32.0 to 5.36.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
42+
* [#777](https://github.com/fabscale/ember-cognito-identity/pull/777) chore(deps-dev): bump typescript from 4.7.2 to 4.8.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
43+
* [#776](https://github.com/fabscale/ember-cognito-identity/pull/776) chore(deps-dev): bump ember-template-lint from 4.10.1 to 4.13.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
44+
* [#775](https://github.com/fabscale/ember-cognito-identity/pull/775) chore(deps-dev): bump eslint from 8.21.0 to 8.23.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
45+
* [#774](https://github.com/fabscale/ember-cognito-identity/pull/774) chore(deps): bump ember-concurrency from 2.2.0 to 2.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
46+
47+
#### Committers: 1
48+
- Francesco Novy ([@mydea](https://github.com/mydea))
49+
2850
## v3.8.3 (2022-08-23)
2951

3052
#### :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.8.3",
3+
"version": "3.9.0",
44
"description": "Interact with AWS Cognito from your Ember app.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)