diff --git a/CHANGELOG.md b/CHANGELOG.md index d180ea7..9b98c84 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.2.0] + - autoreveal activate command output channel. - and some bugfixes in config booleans (evergreen problem). diff --git a/package-lock.json b/package-lock.json index 08f0274..fde2a46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alloglot", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alloglot", - "version": "3.1.0", + "version": "3.2.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "strip-ansi": "^7.1.0", diff --git a/package.json b/package.json index d319552..e12f7fb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alloglot", "displayName": "Alloglot", "description": "Language agnostic IDE for VS Code", - "version": "3.1.0", + "version": "3.2.0", "publisher": "friedbrice", "license": "SEE LICENSE IN LICENSE.md", "repository": {