diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc1180..e550c5c 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.3.1](https://github.com/nix-community/vscode-nix-ide/compare/v0.3.0...v0.3.1) (2024-03-12) + ## [0.3.0](https://github.com/nix-community/vscode-nix-ide/compare/v0.2.2...v0.3.0) (2024-03-12) diff --git a/package.json b/package.json index e501ebd..82469ec 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.3.0", + "version": "0.3.1", "publisher": "jnoortheen", "icon": "images/icon.png", "license": "MIT",