Skip to content

Commit

Permalink
Merge pull request #104 from stefanpenner/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Oct 29, 2024
2 parents c094a11 + 0644941 commit 4495beb
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": {
"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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))




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": "fixturify-project",
"version": "7.1.2",
"version": "7.1.3",
"repository": "git@github.com:stefanpenner/node-fixturify-project",
"license": "MIT",
"author": "Stefan Penner <stefan.penner@gmail.com>",
Expand Down

0 comments on commit 4495beb

Please sign in to comment.