diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be5175..f5135ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.7] - 2023-11-19 + ### Fixed - Prevent exception on step with WinUAE +- FS-UAE Mac/Linux returns correct exception codes. Windows binaries still to come. ## [1.0.6] - 2023-11-17 diff --git a/package-lock.json b/package-lock.json index 3c08ccd..754c7b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uae-dap", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ffab379..b3e523b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uae-dap", - "version": "1.0.6", + "version": "1.0.7", "description": "Debug Adapter Protocol for Amiga development with FS-UAE or WinUAE", "main": "out/src/index.js", "engines": {