Skip to content

Commit cb76ee8

Browse files
committed
build: Bump to 1.1
1 parent b30d424 commit cb76ee8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ body:
6262
Name: Mocha Test Runner
6363
Id: coderline.mocha-vscode
6464
Description: Run and debug Mocha tests right within VS Code.
65-
Version: 1.0.0
65+
Version: 1.1.0
6666
Publisher: CoderLine
6767
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=coderline.mocha-vscode
6868
validations:

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mocha for VS Code",
44
"description": "Run and debug Mocha tests right within VS Code.",
55
"publisher": "coderline",
6-
"version": "1.0.0",
6+
"version": "1.1.0",
77
"icon": "icon.png",
88
"engines": {
99
"vscode": "^1.83.0"
@@ -174,7 +174,7 @@
174174
"which": "^4.0.0"
175175
},
176176
"mocha-vscode": {
177-
"version": "1.0.0-preview+FFFFFFF",
177+
"version": "1.1.0-preview+FFFFFFF",
178178
"date": "2024-04-02T14:30:00Z"
179179
}
180180
}

0 commit comments

Comments
 (0)