diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4bbf6..9705bdd 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.24](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.23...v0.1.24) (2022-10-14) + ### [0.1.23](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.22...v0.1.23) (2022-08-16) diff --git a/package.json b/package.json index 85613ea..c47a373 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.23", + "version": "0.1.24", "publisher": "jnoortheen", "icon": "images/icon.png", "license": "MIT",