Skip to content

Commit

Permalink
Merge pull request #9 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 6, 2024
2 parents 973a104 + 63a5254 commit 1e3bffe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"compare-fixture": {
"impact": "patch",
"oldVersion": "1.1.0",
"newVersion": "1.1.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-06)\n\ncompare-fixture 1.1.1 (patch)\n\n#### :house: Internal\n* `compare-fixture`\n * [#7](https://github.com/mainmatter/compare-fixture/pull/7) setup release-plan ([@mansona](https://github.com/mansona))\n * [#8](https://github.com/mainmatter/compare-fixture/pull/8) only update npm on CI if using older node versions ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Changelog

## Release (2024-02-06)

compare-fixture 1.1.1 (patch)

#### :house: Internal
* `compare-fixture`
* [#7](https://github.com/mainmatter/compare-fixture/pull/7) setup release-plan ([@mansona](https://github.com/mansona))
* [#8](https://github.com/mainmatter/compare-fixture/pull/8) only update npm on CI if using older node versions ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compare-fixture",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"repository": "https://github.com/mainmatter/compare-fixture",
"license": "MIT",
Expand Down

0 comments on commit 1e3bffe

Please sign in to comment.