Skip to content

Commit 25af386

Browse files
author
Automated Version Bump
committed
ci: version bump to 0.6.0
1 parent c0180b8 commit 25af386

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "string-manipulation",
33
"displayName": "String Manipulation",
44
"description": "Format strings to camelize, dasherize, etc.",
5-
"version": "0.5.12",
5+
"version": "0.6.0",
66
"publisher": "marclipovsky",
77
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
8-
"license": "MIT",
9-
"engines": {
8+
"license": "MIT",
9+
"engines": {
1010
"vscode": "^1.54.0"
1111
},
1212
"icon": "icon.png",
@@ -333,8 +333,8 @@
333333
},
334334
"scripts": {
335335
"test": "node ./test/runTest.js",
336-
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
337-
"vsce": "vsce"
336+
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
337+
"vsce": "vsce"
338338
},
339339
"devDependencies": {
340340
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)