Skip to content

Commit 962e05a

Browse files
committed
Release 7.0.0
1 parent d9c48e5 commit 962e05a

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
@@ -5,6 +5,21 @@
55

66

77

8+
9+
## v7.0.0 (2025-11-25)
10+
11+
#### :boom: Breaking Change
12+
* [#788](https://github.com/ember-cli/ember-cli-htmlbars/pull/788) update minimum node version ([@ef4](https://github.com/ef4))
13+
* [#786](https://github.com/ember-cli/ember-cli-htmlbars/pull/786) big cleanup ([@ef4](https://github.com/ef4))
14+
* [#785](https://github.com/ember-cli/ember-cli-htmlbars/pull/785) Drop support for node < 18 and ember < 4.12 ([@ef4](https://github.com/ef4))
15+
16+
#### :house: Internal
17+
* [#775](https://github.com/ember-cli/ember-cli-htmlbars/pull/775) Fix CI ([@bertdeblock](https://github.com/bertdeblock))
18+
19+
#### Committers: 2
20+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
21+
- Edward Faulkner ([@ef4](https://github.com/ef4))
22+
823
## v6.3.0 (2023-08-08)
924

1025
#### :rocket: Enhancement

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-htmlbars",
3-
"version": "6.3.0",
3+
"version": "7.0.0",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)