diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f67a8..72bde13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/nix-community/vscode-nix-ide/compare/v0.3.2...v0.3.3) (2024-08-02) + + +### Bug Fixes + +* vsce latest ([cecea30](https://github.com/nix-community/vscode-nix-ide/commit/cecea3041cfdb0aebc6c7e6c02dfeca193c360d6)) + ### [0.3.2](https://github.com/nix-community/vscode-nix-ide/compare/v0.3.1...v0.3.2) (2024-08-02) diff --git a/package.json b/package.json index d68da1f..54d93c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nix-ide", "displayName": "Nix IDE", "description": "Nix language support - syntax highlighting, formatting, and error reporting.", - "version": "0.3.2", + "version": "0.3.3", "publisher": "jnoortheen", "icon": "images/icon.png", "license": "MIT", @@ -26,7 +26,7 @@ "url": "https://github.com/nix-community/vscode-nix-ide" }, "main": "dist/extension.js", - "activationEvents": [ + "activationEvents": [ "onStartupFinished" ], "contributes": {