Skip to content

Commit

Permalink
Merge pull request #118 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Dec 17, 2024
2 parents 3066acc + d9e5eb6 commit f9ab6a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"guidemaker": {
"impact": "patch",
"oldVersion": "4.0.2",
"newVersion": "4.0.3",
"oldVersion": "4.0.3",
"newVersion": "4.0.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-06-25)\n\nguidemaker 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#114](https://github.com/empress/guidemaker/pull/114) fix version dropdown and add a test ([@mansona](https://github.com/mansona))\n * [#115](https://github.com/empress/guidemaker/pull/115) fix ember-data dependencies ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-12-17)\n\nguidemaker 4.0.4 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#117](https://github.com/empress/guidemaker/pull/117) Add support for query params to the TrailingHistory location ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 1\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Guidemaker Changelog

## Release (2024-12-17)

guidemaker 4.0.4 (patch)

#### :bug: Bug Fix
* `guidemaker`
* [#117](https://github.com/empress/guidemaker/pull/117) Add support for query params to the TrailingHistory location ([@kategengler](https://github.com/kategengler))

#### Committers: 1
- Katie Gengler ([@kategengler](https://github.com/kategengler))

## Release (2024-06-25)

guidemaker 4.0.3 (patch)
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": "guidemaker",
"version": "4.0.3",
"version": "4.0.4",
"description": "Guidemaker Core Engine",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f9ab6a3

Please sign in to comment.