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

Commit f234e79

Browse files
committed
Release 3.6.0
1 parent 43fe2ef commit f234e79

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

2020

2121

22+
23+
## v3.6.0 (2022-01-04)
24+
25+
#### :rocket: Enhancement
26+
* [#672](https://github.com/fabscale/ember-cognito-identity/pull/672) feat: Ensure licence is correctly MIT ([@mydea](https://github.com/mydea))
27+
* [#668](https://github.com/fabscale/ember-cognito-identity/pull/668) chore: Use `Object.assign` instead of `assign` ([@mydea](https://github.com/mydea))
28+
29+
#### :house: Internal
30+
* [#669](https://github.com/fabscale/ember-cognito-identity/pull/669) chore(deps-dev): bump ember-cli from 3.28.4 to 4.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#670](https://github.com/fabscale/ember-cognito-identity/pull/670) Update dev dependencies ([@mydea](https://github.com/mydea))
32+
* [#665](https://github.com/fabscale/ember-cognito-identity/pull/665) chore(deps): bump @embroider/macros from 0.47.2 to 0.49.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
* [#649](https://github.com/fabscale/ember-cognito-identity/pull/649) chore(deps-dev): Update dev dependencies ([@mydea](https://github.com/mydea))
34+
35+
#### Committers: 1
36+
- Francesco Novy ([@mydea](https://github.com/mydea))
37+
2238
## v3.5.0 (2021-11-02)
2339

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

0 commit comments

Comments
 (0)