Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Feb 2, 2023
1 parent 24acf45 commit 318b4ae
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
@@ -1,5 +1,23 @@
# Changelog


## v6.0.0 (2023-02-02)

#### :boom: Breaking Change
* [#388](https://github.com/ember-cli/ember-cli-app-version/pull/388) Drop support for Ember versions below v3.28, Drop support for Node versions below v14 ([@rpemberton](https://github.com/rpemberton))

#### :rocket: Enhancement
* [#398](https://github.com/ember-cli/ember-cli-app-version/pull/398) Remove use of `@ember/string` to avoid `ember-string.add-package` deprecation ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#392](https://github.com/ember-cli/ember-cli-app-version/pull/392) Remove `config/environment.js` entry from `files` in `package.json` file ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- rpemberton ([@rpemberton](https://github.com/rpemberton))


## v5.0.0 (2021-03-08)

#### :boom: Breaking Change
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-cli-app-version",
"version": "5.0.0",
"version": "6.0.0",
"description": "Adds App version number to Ember Inspector Info Tab",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 318b4ae

Please sign in to comment.