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 #162

Merged
merged 1 commit into from
Nov 24, 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": {
"create-release-plan-setup": {
"impact": "patch",
"oldVersion": "3.3.0",
"newVersion": "3.3.1",
"oldVersion": "3.3.1",
"newVersion": "3.3.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-24)\n\ncreate-release-plan-setup 3.3.1 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#159](https://github.com/embroider-build/create-release-plan-setup/pull/159) fix provenance for pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-11-24)\n\ncreate-release-plan-setup 3.3.2 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#161](https://github.com/embroider-build/create-release-plan-setup/pull/161) add required permissions for provenance ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-11-24)

create-release-plan-setup 3.3.2 (patch)

#### :bug: Bug Fix
* `create-release-plan-setup`
* [#161](https://github.com/embroider-build/create-release-plan-setup/pull/161) add required permissions for provenance ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-11-24)

create-release-plan-setup 3.3.1 (patch)

#### :bug: Bug Fix
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": "create-release-plan-setup",
"version": "3.3.1",
"version": "3.3.2",
"description": "Simple npm init bin package to add the perfect release-plan setup",
"keywords": [],
"repository": "https://github.com/embroider-build/create-release-plan-setup",
Expand Down