Skip to content

Commit f69393f

Browse files
authored
Rev version and add changelog for previous path compare bugfix. (#17)
1 parent 3cb7ec0 commit f69393f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
## Version 0.3.0 (April 2022)
1616

1717
- Better TypeScript support.
18+
19+
## Version 0.3.1 (August 2022)
20+
21+
- Fix bug in source path comparison on Windows due to drive letter capitalization.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "minecraft-debugger",
33
"displayName": "Minecraft Bedrock Edition Debugger",
44
"description": "Debug your JavaScript code running as part of the GameTest Framework experimental feature in Minecraft Bedrock Edition.",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "mojang-studios",
77
"author": {
88
"name": "Mojang Studios"

0 commit comments

Comments
 (0)