Skip to content

Commit

Permalink
chore(release): 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Aug 2, 2024
1 parent cecea30 commit 739f54d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/nix-community/vscode-nix-ide"
},
"main": "dist/extension.js",
"activationEvents": [
"activationEvents": [
"onStartupFinished"
],
"contributes": {
Expand Down

0 comments on commit 739f54d

Please sign in to comment.