diff --git a/CHANGELOG.md b/CHANGELOG.md index de71599..418d4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.1.1] - 2021-12-22 + +- [5](https://github.com/johnallen3d/vscode-cue-fmt/pull/5): Setup GitHub actions for linting and release workflows - [@johnallen3d](https://github.com/johnallen3d) + ## [0.1.0] - 2021-12-20 - [3](https://github.com/johnallen3d/vscode-cue-fmt/pull/3): Report issues as VS Code "problems" - [@johnallen3d](https://github.com/johnallen3d) diff --git a/package.json b/package.json index cf37d6e..8e6773f 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.0", + "version": "0.1.1", "homepage": "https://github.com/johnallen3d/vscode-cue-fmt", "icon": "cue-logo.png", "engines": {