Skip to content

Commit 377d54c

Browse files
committed
chore: release v0.2.0
1 parent 0e7e0d4 commit 377d54c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
# # Uncomment the following lines to publish to npm on CI
3030
#
31-
# - run: pnpm install
32-
# - run: pnpm publish --no-git-checks -r --access public
33-
# env:
34-
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35-
# NPM_CONFIG_PROVENANCE: true
31+
- run: pnpm install
32+
- run: pnpm publish --no-git-checks -r --access public
33+
env:
34+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35+
NPM_CONFIG_PROVENANCE: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cursor-windsurf-convert",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"packageManager": "pnpm@10.6.2",
66
"description": "Convert cursor rules to windsurf rules and vice versa",
77
"author": "Gordon Mickel <gordon@mickel.tech>",

0 commit comments

Comments
 (0)