Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Dec 1, 2024
1 parent 9f0f392 commit d36b2cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-template-imports": {
"impact": "minor",
"oldVersion": "4.1.3",
"newVersion": "4.2.0",
"impact": "patch",
"oldVersion": "4.2.0",
"newVersion": "4.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-12)\n\nember-template-imports 4.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-template-imports`\n * [#264](https://github.com/ember-cli/ember-template-imports/pull/264) Upgrade content-tag to v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-12-01)\n\nember-template-imports 4.2.1 (patch)\n\n#### :memo: Documentation\n* `ember-template-imports`\n * [#273](https://github.com/ember-cli/ember-template-imports/pull/273) Update readme compatibility ([@BwehaaFox](https://github.com/BwehaaFox))\n * [#269](https://github.com/ember-cli/ember-template-imports/pull/269) Update treesitter links ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- BwehaaFox ([@BwehaaFox](https://github.com/BwehaaFox))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-12-01)

ember-template-imports 4.2.1 (patch)

#### :memo: Documentation
* `ember-template-imports`
* [#273](https://github.com/ember-cli/ember-template-imports/pull/273) Update readme compatibility ([@BwehaaFox](https://github.com/BwehaaFox))
* [#269](https://github.com/ember-cli/ember-template-imports/pull/269) Update treesitter links ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- BwehaaFox ([@BwehaaFox](https://github.com/BwehaaFox))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-11-12)

ember-template-imports 4.2.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-template-imports",
"version": "4.2.0",
"version": "4.2.1",
"description": "Tooling support for gjs and gts component authoring",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d36b2cb

Please sign in to comment.