Skip to content

Commit b63c308

Browse files
author
Automated Version Bump
committed
ci: version bump to 0.7.2
1 parent a391667 commit b63c308

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
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.7.1",
5+
"version": "0.7.2",
66
"publisher": "marclipovsky",
77
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
88
"license": "MIT",
@@ -335,8 +335,8 @@
335335
"test": "node ./test/runTest.js",
336336
"build": "tsc",
337337
"package": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
338-
"vsce": "vsce",
339-
"vscode:prepublish": "tsc -p ./"
338+
"vsce": "vsce",
339+
"vscode:prepublish": "tsc -p ./"
340340
},
341341
"devDependencies": {
342342
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)