diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f38537..5411f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.1.2] - 2022-11-03 + - [11](https://github.com/johnallen3d/vscode-cue-fmt/pull/11): Fix CUE Diagnostics - [@jasmineHundal](https://github.com/jasmineHundal) ## [0.1.1] - 2021-12-22 diff --git a/package.json b/package.json index 8e6773f..cfec8ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "jallen7usa", "displayName": "vscode-cue-fmt", "description": "Add auto-formatting for CUE Lang files", - "version": "0.1.1", + "version": "0.1.2", "homepage": "https://github.com/johnallen3d/vscode-cue-fmt", "icon": "cue-logo.png", "engines": {