Skip to content

Commit a9d5df3

Browse files
authored
Merge pull request #142 from empress/release-preview
Prepare Release
2 parents fb40b2b + 7c4be31 commit a9d5df3

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

.release-plan.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
{
22
"solution": {
33
"ember-cli-showdown": {
4-
"impact": "minor",
5-
"oldVersion": "8.0.0",
6-
"newVersion": "8.1.0",
4+
"impact": "major",
5+
"oldVersion": "8.1.0",
6+
"newVersion": "9.0.0",
77
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
812
{
913
"impact": "minor",
1014
"reason": "Appears in changelog section :rocket: Enhancement"
1115
},
1216
{
1317
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
18+
"reason": "Appears in changelog section :house: Internal"
1519
}
1620
],
1721
"pkgJSONPath": "./package.json"
1822
}
1923
},
20-
"description": "## Release (2024-02-07)\n\nember-cli-showdown 8.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-showdown`\n * [#139](https://github.com/empress/ember-cli-showdown/pull/139) feat: allow passing in html attributes like class ([@colenso](https://github.com/colenso))\n\n#### :memo: Documentation\n* `ember-cli-showdown`\n * [#138](https://github.com/empress/ember-cli-showdown/pull/138) Update README.md to reflect the changes in 8.0.0 ([@SanderKnauff](https://github.com/SanderKnauff))\n\n#### Committers: 2\n- Sander Knauff ([@SanderKnauff](https://github.com/SanderKnauff))\n- [@colenso](https://github.com/colenso)\n"
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"
2125
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22
## Release (2024-02-07)
33

4+
ember-cli-showdown 9.0.0 (major)
5+
6+
#### :boom: Breaking Change
7+
* `ember-cli-showdown`
8+
* [#144](https://github.com/empress/ember-cli-showdown/pull/144) drop support for node 16 ([@mansona](https://github.com/mansona))
9+
10+
#### :rocket: Enhancement
11+
* `ember-cli-showdown`
12+
* [#143](https://github.com/empress/ember-cli-showdown/pull/143) update showdown to v2 ([@mansona](https://github.com/mansona))
13+
14+
#### :house: Internal
15+
* `ember-cli-showdown`
16+
* [#141](https://github.com/empress/ember-cli-showdown/pull/141) update to v5.4 with ember-cli-update ([@mansona](https://github.com/mansona))
17+
18+
#### Committers: 1
19+
- Chris Manson ([@mansona](https://github.com/mansona))
20+
## Release (2024-02-07)
21+
422
ember-cli-showdown 8.1.0 (minor)
523

624
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)