Skip to content

Commit 067e553

Browse files
Bump to 0.5.9
1 parent 2b57615 commit 067e553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish extension package
3333
env:
3434
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
35-
run: npm run vsce -- publish minor -p $VSCE_TOKEN
35+
run: npm run vsce -- publish -p $VSCE_TOKEN
3636

3737
- uses: actions/upload-artifact@v4
3838
name: Upload artifact

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "string-manipulation",
33
"displayName": "String Manipulation",
44
"description": "Format strings to camelize, dasherize, etc.",
5-
"version": "0.5.8",
5+
"version": "0.5.9",
66
"publisher": "marclipovsky",
77
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
88
"engines": {

0 commit comments

Comments
 (0)