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

Commit 6bd89d1

Browse files
committed
Release 3.8.2
1 parent 16343a0 commit 6bd89d1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@
2323

2424

2525

26+
27+
## v3.8.2 (2022-05-04)
28+
29+
#### :rocket: Enhancement
30+
* [#725](https://github.com/fabscale/ember-cognito-identity/pull/725) feat: Expose `getAccessToken` and `getIdToken` on `cognitoData` ([@mydea](https://github.com/mydea))
31+
32+
#### :house: Internal
33+
* [#738](https://github.com/fabscale/ember-cognito-identity/pull/738) Update dev dependencies ([@mydea](https://github.com/mydea))
34+
* [#733](https://github.com/fabscale/ember-cognito-identity/pull/733) chore(deps): bump ember-cli-typescript from 5.0.0 to 5.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
35+
* [#736](https://github.com/fabscale/ember-cognito-identity/pull/736) chore(deps): bump @embroider/macros from 1.5.0 to 1.6.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
36+
* [#726](https://github.com/fabscale/ember-cognito-identity/pull/726) Update dev dependencies ([@mydea](https://github.com/mydea))
37+
* [#712](https://github.com/fabscale/ember-cognito-identity/pull/712) chore(deps): bump @embroider/macros from 1.2.0 to 1.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
38+
* [#715](https://github.com/fabscale/ember-cognito-identity/pull/715) chore(deps): bump @glimmer/component from 1.0.4 to 1.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
39+
* [#720](https://github.com/fabscale/ember-cognito-identity/pull/720) chore(deps): bump @glimmer/tracking from 1.0.4 to 1.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
40+
41+
#### Committers: 1
42+
- Francesco Novy ([@mydea](https://github.com/mydea))
43+
2644
## v3.8.1 (2022-03-11)
2745

2846
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)