Skip to content

Commit 6ec063e

Browse files
Merge pull request #15 from NullVoxPopuli/release-preview
Prepare Release v0.3.2
2 parents 8eb8f8b + d1d96b4 commit 6ec063e

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"zmod-ember": {
44
"impact": "patch",
5-
"oldVersion": "0.3.0",
6-
"newVersion": "0.3.1",
5+
"oldVersion": "0.3.1",
6+
"newVersion": "0.3.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2026-04-21)\n\n* zmod-ember 0.3.1 (patch)\n\n#### :bug: Bug Fix\n* `zmod-ember`\n * [#10](https://github.com/NullVoxPopuli/zmod-ember/pull/10) Add tests for finding and changing Glimmer template comment content ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :house: Internal\n* `zmod-ember`\n * [#12](https://github.com/NullVoxPopuli/zmod-ember/pull/12) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2026-05-08)\n\n* zmod-ember 0.3.2 (patch)\n\n#### :bug: Bug Fix\n* `zmod-ember`\n * [#14](https://github.com/NullVoxPopuli/zmod-ember/pull/14) chore: refresh outdated runtime and toolchain dependencies ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 1\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n"
2218
}

CHANGELOG.md

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

3+
## Release (2026-05-08)
4+
5+
* zmod-ember 0.3.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `zmod-ember`
9+
* [#14](https://github.com/NullVoxPopuli/zmod-ember/pull/14) chore: refresh outdated runtime and toolchain dependencies ([@Copilot](https://github.com/apps/copilot-swe-agent))
10+
11+
#### Committers: 1
12+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
13+
314
## Release (2026-04-21)
415

516
* zmod-ember 0.3.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zmod-ember",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "zmod parser adapter for Ember's .gjs and .gts files via ember-estree",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)