diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..b418cd7 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "fixturify-project": { + "impact": "patch", + "oldVersion": "7.1.2", + "newVersion": "7.1.3", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-10-29)\n\nfixturify-project 7.1.3 (patch)\n\n#### :house: Internal\n* `fixturify-project`\n * [#90](https://github.com/stefanpenner/node-fixturify-project/pull/90) Move to release-plan for releases ([@mansona](https://github.com/mansona))\n * [#102](https://github.com/stefanpenner/node-fixturify-project/pull/102) test both cjs and esm versions (and fix the esm version) ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 376d8f7..60cc27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2024-10-29) + +fixturify-project 7.1.3 (patch) + +#### :house: Internal +* `fixturify-project` + * [#90](https://github.com/stefanpenner/node-fixturify-project/pull/90) Move to release-plan for releases ([@mansona](https://github.com/mansona)) + * [#102](https://github.com/stefanpenner/node-fixturify-project/pull/102) test both cjs and esm versions (and fix the esm version) ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + diff --git a/package.json b/package.json index 7b224c1..76a7728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixturify-project", - "version": "7.1.2", + "version": "7.1.3", "repository": "git@github.com:stefanpenner/node-fixturify-project", "license": "MIT", "author": "Stefan Penner ",