diff --git a/CHANGELOG.md b/CHANGELOG.md index ef11c04..4a2756c 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.2] + ## [3.2.1] ## [3.2.0] diff --git a/package-lock.json b/package-lock.json index 7d09af2..1f4b0e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alloglot", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alloglot", - "version": "3.2.1", + "version": "3.2.2", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "strip-ansi": "^7.1.0", diff --git a/package.json b/package.json index d2602b3..1420577 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alloglot", "displayName": "Alloglot", "description": "Language agnostic IDE for VS Code", - "version": "3.2.1", + "version": "3.2.2", "publisher": "friedbrice", "license": "SEE LICENSE IN LICENSE.md", "repository": {