Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #118

Merged
merged 1 commit into from
Dec 17, 2024
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
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