Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Mar 15, 2022
1 parent ed981ff commit 293b0ba
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## 4.2.1 (2022-03-15)

#### :bug: Bug Fix
* `ember-simple-auth`
* [#2363](https://github.com/simplabs/ember-simple-auth/pull/2363) Prevent UnhandledPromiseError when restoring the session ([@swelham](https://github.com/swelham))

#### Committers: 1
- Stuart Welham ([@swelham](https://github.com/swelham))

## 4.2.0 (2022-02-14)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"release-it-lerna-changelog": "^3.1.0",
"release-it-yarn-workspaces": "^2.0.0"
},
"version": "4.2.0"
"version": "4.2.1"
}
4 changes: 2 additions & 2 deletions packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-test-app",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "4.2.0",
"ember-simple-auth": "4.2.1",
"ember-qunit": "^4.6.0",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "4.2.0",
"version": "4.2.1",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "4.2.0",
"ember-simple-auth": "4.2.1",
"ember-qunit": "^4.6.0",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
Expand Down

0 comments on commit 293b0ba

Please sign in to comment.