Skip to content

Commit 3ad9ac4

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 81f2a3b commit 3ad9ac4

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-hbs-minifier": {
4+
"impact": "minor",
5+
"oldVersion": "1.2.0",
6+
"newVersion": "1.3.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"description": "## Release (2024-11-15)\n\nember-hbs-minifier 1.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-hbs-minifier`\n * [#720](https://github.com/mainmatter/ember-hbs-minifier/pull/720) Fix DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Block') ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-hbs-minifier`\n * [#737](https://github.com/mainmatter/ember-hbs-minifier/pull/737) remove old release workflow file ([@mansona](https://github.com/mansona))\n * [#735](https://github.com/mainmatter/ember-hbs-minifier/pull/735) start using release-plan ([@mansona](https://github.com/mansona))\n * [#731](https://github.com/mainmatter/ember-hbs-minifier/pull/731) Split snapshot files between node12 and not-node-12, to support dependencies that have dropped node 12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#730](https://github.com/mainmatter/ember-hbs-minifier/pull/730) Add another ignore for prettier support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#723](https://github.com/mainmatter/ember-hbs-minifier/pull/723) Enforce some formatting ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#724](https://github.com/mainmatter/ember-hbs-minifier/pull/724) update github actions and use packageManager in package.json and fix CI ([@mansona](https://github.com/mansona))\n * [#574](https://github.com/mainmatter/ember-hbs-minifier/pull/574) Rebrand simplabs to Mainmatter ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
}

CHANGELOG.md

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

3+
## Release (2024-11-15)
4+
5+
ember-hbs-minifier 1.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-hbs-minifier`
9+
* [#720](https://github.com/mainmatter/ember-hbs-minifier/pull/720) Fix DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Block') ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `ember-hbs-minifier`
13+
* [#737](https://github.com/mainmatter/ember-hbs-minifier/pull/737) remove old release workflow file ([@mansona](https://github.com/mansona))
14+
* [#735](https://github.com/mainmatter/ember-hbs-minifier/pull/735) start using release-plan ([@mansona](https://github.com/mansona))
15+
* [#731](https://github.com/mainmatter/ember-hbs-minifier/pull/731) Split snapshot files between node12 and not-node-12, to support dependencies that have dropped node 12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#730](https://github.com/mainmatter/ember-hbs-minifier/pull/730) Add another ignore for prettier support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* [#723](https://github.com/mainmatter/ember-hbs-minifier/pull/723) Enforce some formatting ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#724](https://github.com/mainmatter/ember-hbs-minifier/pull/724) update github actions and use packageManager in package.json and fix CI ([@mansona](https://github.com/mansona))
19+
* [#574](https://github.com/mainmatter/ember-hbs-minifier/pull/574) Rebrand simplabs to Mainmatter ([@BobrImperator](https://github.com/BobrImperator))
20+
21+
#### Committers: 3
22+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
23+
- Chris Manson ([@mansona](https://github.com/mansona))
24+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25+
326
## v1.2.0 (2022-04-13)
427

528
#### :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-hbs-minifier",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Stripping whitespace out of your Handlebars templates",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)