Skip to content

Commit

Permalink
Update changelog, rev patch
Browse files Browse the repository at this point in the history
  • Loading branch information
chmeyer-ms committed Dec 16, 2022
1 parent 17f2b72 commit 9b47616
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 @@ -31,3 +31,7 @@
## Version 0.6.0 (September 2022)

- Add support for external modules while debugging. For JS modules built into Minecraft, stack will be visible but listed as "unknown". Add configuration support for module name mapping.

## Version 0.6.1 (December 2022)

- Better error messaging when source files cannot be discovered.
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.0",
"version": "0.6.1",
"publisher": "mojang-studios",
"author": {
"name": "Mojang Studios"
Expand Down

0 comments on commit 9b47616

Please sign in to comment.