Skip to content

Commit

Permalink
Merge pull request #142 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Feb 7, 2024
2 parents fb40b2b + 7c4be31 commit a9d5df3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"solution": {
"ember-cli-showdown": {
"impact": "minor",
"oldVersion": "8.0.0",
"newVersion": "8.1.0",
"impact": "major",
"oldVersion": "8.1.0",
"newVersion": "9.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
## Release (2024-02-07)

ember-cli-showdown 9.0.0 (major)

#### :boom: Breaking Change
* `ember-cli-showdown`
* [#144](https://github.com/empress/ember-cli-showdown/pull/144) drop support for node 16 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `ember-cli-showdown`
* [#143](https://github.com/empress/ember-cli-showdown/pull/143) update showdown to v2 ([@mansona](https://github.com/mansona))

#### :house: Internal
* `ember-cli-showdown`
* [#141](https://github.com/empress/ember-cli-showdown/pull/141) update to v5.4 with ember-cli-update ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2024-02-07)

ember-cli-showdown 8.1.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-showdown",
"version": "8.1.0",
"version": "9.0.0",
"description": "Ember component to render markdown into HTML.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit a9d5df3

Please sign in to comment.