Skip to content

Commit ea09c55

Browse files
authored
Merge pull request #148 from empress/release-preview
Prepare Release
2 parents 6b267cd + def6ff6 commit ea09c55

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"ember-cli-showdown": {
4-
"impact": "major",
5-
"oldVersion": "8.1.0",
6-
"newVersion": "9.0.0",
4+
"impact": "patch",
5+
"oldVersion": "9.0.0",
6+
"newVersion": "9.0.1",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "minor",
14-
"reason": "Appears in changelog section :rocket: Enhancement"
15-
},
168
{
179
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1911
}
2012
],
2113
"pkgJSONPath": "./package.json"
2214
}
2315
},
24-
"description": "## Release (2024-02-07)\n\nember-cli-showdown 9.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-showdown`\n * [#144](https://github.com/empress/ember-cli-showdown/pull/144) drop support for node 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-cli-showdown`\n * [#143](https://github.com/empress/ember-cli-showdown/pull/143) update showdown to v2 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli-showdown`\n * [#141](https://github.com/empress/ember-cli-showdown/pull/141) update to v5.4 with ember-cli-update ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
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"
2517
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## Release (2024-03-08)
3+
4+
ember-cli-showdown 9.0.1 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-cli-showdown`
8+
* [#147](https://github.com/empress/ember-cli-showdown/pull/147) fix peer dependency ([@mansona](https://github.com/mansona))
9+
10+
#### Committers: 1
11+
- Chris Manson ([@mansona](https://github.com/mansona))
212
## Release (2024-02-07)
313

414
ember-cli-showdown 9.0.0 (major)

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

0 commit comments

Comments
 (0)