Skip to content

Commit 263ccf0

Browse files
committed
v4.0.1
1 parent d9cac59 commit 263ccf0

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.0.1 (2021-09-24)
4+
5+
#### :memo: Documentation
6+
* `ember-simple-auth`
7+
* [#2323](https://github.com/simplabs/ember-simple-auth/pull/2323) Add repository to package ([@rwwagner90](https://github.com/rwwagner90))
8+
9+
#### :house: Internal
10+
* `classic-test-app`, `ember-simple-auth`, `test-app`
11+
* [#2321](https://github.com/simplabs/ember-simple-auth/pull/2321) Remove ESA version from ember inspector ([@brunoocasali](https://github.com/brunoocasali))
12+
13+
#### Committers: 2
14+
- Bruno Casali ([@brunoocasali](https://github.com/brunoocasali))
15+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
16+
317
## 4.0.0 (2021-09-08)
418

519
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"release-it-lerna-changelog": "^3.1.0",
1818
"release-it-yarn-workspaces": "^2.0.0"
1919
},
20-
"version": "4.0.0"
20+
"version": "4.0.1"
2121
}

packages/classic-test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classic-test-app",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"scripts": {
66
"build": "ember build",
@@ -45,7 +45,7 @@
4545
"ember-maybe-import-regenerator": "^0.1.6",
4646
"ember-mocha": "^0.16.2",
4747
"ember-resolver": "^7.0.0",
48-
"ember-simple-auth": "4.0.0",
48+
"ember-simple-auth": "4.0.1",
4949
"ember-source": "~3.17.0",
5050
"ember-source-channel-url": "^1.1.0",
5151
"ember-try": "^1.1.0",

packages/ember-simple-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

packages/test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"scripts": {
66
"build": "ember build",
@@ -47,7 +47,7 @@
4747
"ember-maybe-import-regenerator": "^0.1.6",
4848
"ember-mocha": "^0.16.2",
4949
"ember-resolver": "^7.0.0",
50-
"ember-simple-auth": "4.0.0",
50+
"ember-simple-auth": "4.0.1",
5151
"ember-source": "~3.17.0",
5252
"ember-source-channel-url": "^1.1.0",
5353
"ember-try": "^1.1.0",

0 commit comments

Comments
 (0)