Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"solution": {
"empress-blog": {
"impact": "major",
"oldVersion": "4.1.0",
"newVersion": "5.0.0",
"tagName": "latest",
"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 :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## Release (2025-10-23)

* empress-blog 5.0.0 (major)

#### :boom: Breaking Change
* `empress-blog`
* [#196](https://github.com/empress/empress-blog/pull/196) drop ember-cli-showdown dependency ([@mansona](https://github.com/mansona))
* [#195](https://github.com/empress/empress-blog/pull/195) Drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))
* [#193](https://github.com/empress/empress-blog/pull/193) swap to pnpm and drop support for node < 20 ([@mansona](https://github.com/mansona))
* [#177](https://github.com/empress/empress-blog/pull/177) Breaking: drop support for Node < 16 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `empress-blog`
* [#197](https://github.com/empress/empress-blog/pull/197) update dependencies ([@mansona](https://github.com/mansona))
* [#180](https://github.com/empress/empress-blog/pull/180) update all dependencies ([@mansona](https://github.com/mansona))

#### :house: Internal
* `empress-blog`
* [#198](https://github.com/empress/empress-blog/pull/198) prepare to release with OIDC ([@mansona](https://github.com/mansona))
* [#194](https://github.com/empress/empress-blog/pull/194) Update to 5.12 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#184](https://github.com/empress/empress-blog/pull/184) setup release-plan ([@mansona](https://github.com/mansona))
* [#179](https://github.com/empress/empress-blog/pull/179) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#178](https://github.com/empress/empress-blog/pull/178) Update to 4.8 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#176](https://github.com/empress/empress-blog/pull/176) Update ember to v4.4 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#157](https://github.com/empress/empress-blog/pull/157) [DOC] - fix some readme typos ([@sbatson5](https://github.com/sbatson5))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Scott Batson ([@sbatson5](https://github.com/sbatson5))

4.1.0 / 2022-01-09
==================

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": "empress-blog",
"version": "4.1.0",
"version": "5.0.0",
"description": "Fully-functional, SEO friendly static site implementation of a blog system built on Ember.",
"keywords": [
"ember-addon",
Expand Down