Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 9, 2020
1 parent bf6be87 commit 3600865
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v4.0.0 (2020-10-09)

#### :boom: Breaking Change
* [#295](https://github.com/ember-cli/ember-cli-app-version/pull/295) Drop Node < 10 support; Upgrade ember-cli-babel to ^7.0.0. ([@nlfurniss](https://github.com/nlfurniss))
* [#105](https://github.com/ember-cli/ember-cli-app-version/pull/105) Drop support for Node 4 ([@Turbo87](https://github.com/Turbo87))

#### :rocket: Enhancement
* [#68](https://github.com/ember-cli/ember-cli-app-version/pull/68) Replace `git-repo-version` dependency with `git-repo-info` ([@luxferresum](https://github.com/luxferresum))

#### :house: Internal
* [#104](https://github.com/ember-cli/ember-cli-app-version/pull/104) Replace `ember-cli-eslint` with raw ESLint ([@Turbo87](https://github.com/Turbo87))

#### Committers: 4
- Lukas Kohler ([@luxferresum](https://github.com/luxferresum))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


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": "3.2.0",
"version": "4.0.0",
"description": "Adds App version number to Ember Inspector Info Tab",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 3600865

Please sign in to comment.