Skip to content

Commit

Permalink
Merge pull request #39 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Sep 3, 2024
2 parents 8538153 + 6cf2c72 commit ed6c1f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"scenario-tester": {
"impact": "minor",
"oldVersion": "4.0.0",
"newVersion": "4.1.0",
"impact": "patch",
"oldVersion": "4.1.0",
"newVersion": "4.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-09-03)\n\nscenario-tester 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `scenario-tester`\n * [#36](https://github.com/embroider-build/scenario-tester/pull/36) New option to skip all variants ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2024-09-03)\n\nscenario-tester 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `scenario-tester`\n * [#38](https://github.com/embroider-build/scenario-tester/pull/38) Fix accidental mutation ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# scenario-tester Changelog
## Release (2024-09-03)

scenario-tester 4.1.1 (patch)

#### :bug: Bug Fix
* `scenario-tester`
* [#38](https://github.com/embroider-build/scenario-tester/pull/38) Fix accidental mutation ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))
## Release (2024-09-03)

scenario-tester 4.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": "scenario-tester",
"version": "4.1.0",
"version": "4.1.1",
"repository": "https://github.com/embroider-build/scenario-tester",
"license": "MIT",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand Down

0 comments on commit ed6c1f6

Please sign in to comment.