Skip to content

Commit 69c95ae

Browse files
authored
Merge pull request #200 from empress/release-preview
Prepare Release v5.0.1
2 parents faea6c1 + 5f43ae3 commit 69c95ae

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.release-plan.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"empress-blog": {
4-
"impact": "major",
5-
"oldVersion": "4.1.0",
6-
"newVersion": "5.0.0",
4+
"impact": "patch",
5+
"oldVersion": "5.0.0",
6+
"newVersion": "5.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "minor",
15-
"reason": "Appears in changelog section :rocket: Enhancement"
16-
},
179
{
1810
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"description": "## Release (2025-10-23)\n\n* empress-blog 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `empress-blog`\n * [#196](https://github.com/empress/empress-blog/pull/196) drop ember-cli-showdown dependency ([@mansona](https://github.com/mansona))\n * [#195](https://github.com/empress/empress-blog/pull/195) Drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))\n * [#193](https://github.com/empress/empress-blog/pull/193) swap to pnpm and drop support for node < 20 ([@mansona](https://github.com/mansona))\n * [#177](https://github.com/empress/empress-blog/pull/177) Breaking: drop support for Node < 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `empress-blog`\n * [#197](https://github.com/empress/empress-blog/pull/197) update dependencies ([@mansona](https://github.com/mansona))\n * [#180](https://github.com/empress/empress-blog/pull/180) update all dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `empress-blog`\n * [#198](https://github.com/empress/empress-blog/pull/198) prepare to release with OIDC ([@mansona](https://github.com/mansona))\n * [#194](https://github.com/empress/empress-blog/pull/194) Update to 5.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#184](https://github.com/empress/empress-blog/pull/184) setup release-plan ([@mansona](https://github.com/mansona))\n * [#179](https://github.com/empress/empress-blog/pull/179) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#178](https://github.com/empress/empress-blog/pull/178) Update to 4.8 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#176](https://github.com/empress/empress-blog/pull/176) Update ember to v4.4 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#157](https://github.com/empress/empress-blog/pull/157) [DOC] - fix some readme typos ([@sbatson5](https://github.com/sbatson5))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Scott Batson ([@sbatson5](https://github.com/sbatson5))\n"
17+
"description": "## Release (2025-10-23)\n\n* empress-blog 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `empress-blog`\n * [#199](https://github.com/empress/empress-blog/pull/199) update npm on publish job ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2618
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-10-23)
44

5+
* empress-blog 5.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `empress-blog`
9+
* [#199](https://github.com/empress/empress-blog/pull/199) update npm on publish job ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-10-23)
15+
516
* empress-blog 5.0.0 (major)
617

718
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "empress-blog",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Fully-functional, SEO friendly static site implementation of a blog system built on Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)