Skip to content

Commit e1386e5

Browse files
authored
Release 0.7.0 (#29)
1 parent cc25a3c commit e1386e5

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
@@ -35,3 +35,7 @@
3535
## Version 0.6.1 (December 2022)
3636

3737
- Better error messaging when source files cannot be discovered.
38+
39+
## Version 0.7.0 (March 2023)
40+
41+
- Support for inline source maps. Paths with %appdata% will be replaced with user app data folder.

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.6.1",
5+
"version": "0.7.0",
66
"publisher": "mojang-studios",
77
"author": {
88
"name": "Mojang Studios"

0 commit comments

Comments
 (0)