diff --git a/CHANGELOG.md b/CHANGELOG.md index c902a2d..2c05f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog +## 3.0.2 + +### Fixes + +* Fix extension compatibility with VSCode 1.94 for Mac [#410](https://github.com/KatsuteDev/Background/pull/410) ([@Katsute](https://github.com/Katsute)) + +**Full Changelog**: [`3.0.1...3.0.2`](https://github.com/KatsuteDev/Background/compare/3.0.1...3.0.2) + ## 3.0.1 ### Fixes -* Fix extension compatibility with VSCode 1.84 [#409](https://github.com/KatsuteDev/Background/pull/409) ([@Katsute](https://github.com/Katsute)) +* Fix extension compatibility with VSCode 1.94 [#409](https://github.com/KatsuteDev/Background/pull/409) ([@Katsute](https://github.com/Katsute)) ### Dependencies diff --git a/package-lock.json b/package-lock.json index e64f9df..0833c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-background", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-background", - "version": "3.0.1", + "version": "3.0.2", "license": "GPL-2.0-only", "devDependencies": { "@types/node": "22.5.0",