Skip to content

Commit 06d5cc2

Browse files
SoonIterCopilot
andauthored
chore: release v0.6.1 (#18)
## Summary Release version 0.6.1, including the pnpm-plugin-skills hook wrapper fix and simplified checksum removal. ## Related Links - #17 ## Checklist - [x] Tests updated (or not required). - [x] Documentation updated (or not required). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 9014c71 commit 06d5cc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skills-package-manager-workspace",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"packageManager": "pnpm@10.33.0",
66
"scripts": {
77
"prepare": "simple-git-hooks && pnpm run build",

packages/pnpm-plugin-skills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnpm-plugin-skills",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"type": "commonjs",
55
"repository": {
66
"type": "git",

packages/skills-package-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skills-package-manager",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "rspress dev",

0 commit comments

Comments
 (0)