Skip to content

Commit da2ffe1

Browse files
author
Automated Version Bump
committed
ci: version bump to 0.7.1
1 parent 131285b commit da2ffe1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 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.0",
5+
"version": "0.7.1",
66
"publisher": "marclipovsky",
77
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
88
"license": "MIT",
@@ -20,8 +20,8 @@
2020
"categories": [
2121
"Other"
2222
],
23-
"main": "./out/extension.js",
24-
"activationEvents": [
23+
"main": "./out/extension.js",
24+
"activationEvents": [
2525
"onCommand:string-manipulation.titleize",
2626
"onCommand:string-manipulation.titleizeApStyle",
2727
"onCommand:string-manipulation.titleizeChicagoStyle",
@@ -335,7 +335,7 @@
335335
"test": "node ./test/runTest.js",
336336
"build": "tsc",
337337
"package": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
338-
"vscode:prepublish": "tsc -p ./"
338+
"vscode:prepublish": "tsc -p ./"
339339
},
340340
"devDependencies": {
341341
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)