Skip to content

Commit d5e6e3f

Browse files
authored
Update changelog and version (#19)
1 parent 5db7384 commit d5e6e3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
## Version 0.3.1 (August 2022)
2020

2121
- Fix bug in source path comparison on Windows due to drive letter capitalization.
22+
23+
## Version 0.4.0 (August 2022)
24+
25+
- Add support for source maps that contain absolute paths.

package.json

Lines changed: 1 addition & 1 deletion
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.1",
5+
"version": "0.4.0",
66
"publisher": "mojang-studios",
77
"author": {
88
"name": "Mojang Studios"

0 commit comments

Comments
 (0)