Skip to content

Commit 18a60b3

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v9.0.2 using 'release-plan'
1 parent 70066bf commit 18a60b3

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
"solution": {
33
"ember-cli-showdown": {
44
"impact": "patch",
5-
"oldVersion": "9.0.0",
6-
"newVersion": "9.0.1",
5+
"oldVersion": "9.0.1",
6+
"newVersion": "9.0.2",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11+
"reason": "Appears in changelog section :house: Internal"
1112
}
1213
],
1314
"pkgJSONPath": "./package.json"
1415
}
1516
},
16-
"description": "## Release (2024-03-08)\n\nember-cli-showdown 9.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-showdown`\n * [#147](https://github.com/empress/ember-cli-showdown/pull/147) fix peer dependency ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17+
"description": "## Release (2025-05-14)\n\n* ember-cli-showdown 9.0.2 (patch)\n\n#### :house: Internal\n* `ember-cli-showdown`\n * [#153](https://github.com/empress/ember-cli-showdown/pull/153) Update pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1718
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
3+
## Release (2025-05-14)
4+
5+
* ember-cli-showdown 9.0.2 (patch)
6+
7+
#### :house: Internal
8+
* `ember-cli-showdown`
9+
* [#153](https://github.com/empress/ember-cli-showdown/pull/153) Update pnpm ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
213
## Release (2024-03-08)
314

415
ember-cli-showdown 9.0.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": "ember-cli-showdown",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Ember component to render markdown into HTML.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)