Skip to content

Commit 9ca6dd5

Browse files
committed
Release 7.0.0
1 parent a045e43 commit 9ca6dd5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
6+
## v7.0.0 (2024-06-10)
7+
8+
#### :boom: Breaking Change
9+
* [#415](https://github.com/ember-cli/ember-cli-app-version/pull/415) Drop node < 18, unblocks 'Floating Dependencies' on #414 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :rocket: Enhancement
12+
* [#416](https://github.com/ember-cli/ember-cli-app-version/pull/416) Do not use Ember Barrel file import ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### :house: Internal
15+
* [#414](https://github.com/ember-cli/ember-cli-app-version/pull/414) Expand ember-try matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### Committers: 1
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
520
## v6.0.1 (2023-06-15)
621

722
#### :bug: Bug Fix

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.1",
3+
"version": "7.0.0",
44
"description": "Adds App version number to Ember Inspector Info Tab",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)