Skip to content

Commit b1493fe

Browse files
committed
Release 6.0.1
1 parent 3d93cc0 commit b1493fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33

4+
5+
## v6.0.1 (2023-06-15)
6+
7+
#### :bug: Bug Fix
8+
* [#410](https://github.com/ember-cli/ember-cli-app-version/pull/410) Loosen peer dependency to indicate support for ember 5 ([@jacobnlsn](https://github.com/jacobnlsn))
9+
10+
#### :house: Internal
11+
* [#411](https://github.com/ember-cli/ember-cli-app-version/pull/411) Update addon blueprint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### Committers: 2
14+
- Jacob Nelson ([@jacobnlsn](https://github.com/jacobnlsn))
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
17+
418
## v6.0.0 (2023-02-02)
519

620
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-app-version",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Adds App version number to Ember Inspector Info Tab",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)