Skip to content

Commit 70cb909

Browse files
Merge pull request #4 from NullVoxPopuli/release-preview
Prepare Release v0.0.1
2 parents 0d0cea1 + 975dbc7 commit 70cb909

3 files changed

Lines changed: 30 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-strict-application-resolver": {
4+
"impact": "patch",
5+
"oldVersion": "0.0.0",
6+
"newVersion": "0.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 (2025-07-27)\n\n* ember-strict-application-resolver 0.0.1 (patch)\n\n#### :house: Internal\n* `ember-strict-application-resolver`\n * [#2](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/2) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
18+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Changelog
2+
3+
## Release (2025-07-27)
4+
5+
* ember-strict-application-resolver 0.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-strict-application-resolver`
9+
* [#2](https://github.com/NullVoxPopuli/ember-strict-application-resolver/pull/2) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-strict-application-resolver",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)