Skip to content

Commit ab77088

Browse files
Prepare Release v7.0.1 using 'release-plan'
1 parent 8cdf98c commit ab77088

3 files changed

Lines changed: 31 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"solution": {
3+
"ember-cli-htmlbars": {
4+
"impact": "patch",
5+
"oldVersion": "7.0.0",
6+
"newVersion": "7.0.1",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :house: Internal"
12+
}
13+
],
14+
"pkgJSONPath": "./package.json"
15+
}
16+
},
17+
"description": "## Release (2026-01-27)\n\n* ember-cli-htmlbars 7.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-htmlbars`\n * [#790](https://github.com/ember-cli/ember-cli-htmlbars/pull/790) start using release-plan ([@mansona](https://github.com/mansona))\n * [#789](https://github.com/ember-cli/ember-cli-htmlbars/pull/789) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
18+
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Release (2026-01-27)
4+
5+
* ember-cli-htmlbars 7.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-cli-htmlbars`
9+
* [#790](https://github.com/ember-cli/ember-cli-htmlbars/pull/790) start using release-plan ([@mansona](https://github.com/mansona))
10+
* [#789](https://github.com/ember-cli/ember-cli-htmlbars/pull/789) swap to pnpm ([@mansona](https://github.com/mansona))
11+
12+
#### Committers: 1
13+
- Chris Manson ([@mansona](https://github.com/mansona))
14+
315

416

517

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

0 commit comments

Comments
 (0)