diff --git a/CHANGELOG.md b/CHANGELOG.md index feea9df..72e90d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adhere's to [Semantic Versioning](https://semver.org/spec/v2.0.0.ht ## [unreleased] +## [3.0.3] + - fix bug in config booleans. ## [3.0.2] diff --git a/package-lock.json b/package-lock.json index 6512d05..530ea98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alloglot", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alloglot", - "version": "3.0.2", + "version": "3.0.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "strip-ansi": "^7.1.0", diff --git a/package.json b/package.json index 1b7393d..54dac37 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alloglot", "displayName": "Alloglot", "description": "Language agnostic IDE for VS Code", - "version": "3.0.2", + "version": "3.0.3", "publisher": "friedbrice", "license": "SEE LICENSE IN LICENSE.md", "repository": {