Skip to content

Commit 114421d

Browse files
committed
updated version number
1 parent f08558d commit 114421d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.0.1 (January 23, 2025)
4+
5+
- removed broken badges from README
6+
37
## 3.0.0 (January 23, 2025)
48

59
### Haxe Test Explorer extension

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/icon.png",
66
"author": "Alexander Blum <[email protected]>",
77
"publisher": "vshaxe",
8-
"version": "3.0.0",
8+
"version": "3.0.1",
99
"license": "MIT",
1010
"homepage": "https://github.com/vshaxe/haxe-test-adapter",
1111
"repository": {

test-adapter/haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"vscode"
99
],
1010
"description": "A Test Adapter for Visual Studio Code",
11-
"version": "3.0.0",
11+
"version": "3.0.1",
1212
"releasenote": "added coverage support",
1313
"contributors": [
1414
"AlexHaxe",

0 commit comments

Comments
 (0)