diff --git a/CHANGELOG.md b/CHANGELOG.md index 6469ab8..06472eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.7](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.6...v0.1.7) (2020-12-23) + ### [0.1.6](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.5...v0.1.6) (2020-12-23) diff --git a/package.json b/package.json index 33c42cb..249ef73 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nix-ide", "displayName": "Nix IDE", "description": "Nix language support with formatting and error report.", - "version": "0.1.6", + "version": "0.1.7", "publisher": "jnoortheen", "icon": "images/icon.png", "license": "MIT",