Skip to content

Commit

Permalink
Release 0.7.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmeyer-ms authored Mar 13, 2023
1 parent cc25a3c commit e1386e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@
## Version 0.6.1 (December 2022)

- Better error messaging when source files cannot be discovered.

## Version 0.7.0 (March 2023)

- Support for inline source maps. Paths with %appdata% will be replaced with user app data folder.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minecraft-debugger",
"displayName": "Minecraft Bedrock Edition Debugger",
"description": "Debug your JavaScript code running as part of the GameTest Framework experimental feature in Minecraft Bedrock Edition.",
"version": "0.6.1",
"version": "0.7.0",
"publisher": "mojang-studios",
"author": {
"name": "Mojang Studios"
Expand Down

0 comments on commit e1386e5

Please sign in to comment.