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

Commit

Permalink
Release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed May 4, 2022
1 parent 16343a0 commit 6bd89d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@




## v3.8.2 (2022-05-04)

#### :rocket: Enhancement
* [#725](https://github.com/fabscale/ember-cognito-identity/pull/725) feat: Expose `getAccessToken` and `getIdToken` on `cognitoData` ([@mydea](https://github.com/mydea))

#### :house: Internal
* [#738](https://github.com/fabscale/ember-cognito-identity/pull/738) Update dev dependencies ([@mydea](https://github.com/mydea))
* [#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))
* [#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))
* [#726](https://github.com/fabscale/ember-cognito-identity/pull/726) Update dev dependencies ([@mydea](https://github.com/mydea))
* [#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))
* [#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))
* [#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))

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

## v3.8.1 (2022-03-11)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cognito-identity",
"version": "3.8.1",
"version": "3.8.2",
"description": "Interact with AWS Cognito from your Ember app.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6bd89d1

Please sign in to comment.