Skip to content

Commit 0f9d735

Browse files
chore(release): 0.5.5 (#518)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 36d0e50 commit 0f9d735

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.5.5](https://github.com/nix-community/vscode-nix-ide/compare/v0.5.4...v0.5.5) (2025-12-27)
6+
7+
8+
### Bug Fixes
9+
10+
* restore display name to fix conflict ([36d0e50](https://github.com/nix-community/vscode-nix-ide/commit/36d0e501ccc8563c88f2df94bd01ce2211735952))
11+
512
### [0.5.4](https://github.com/nix-community/vscode-nix-ide/compare/v0.5.3...v0.5.4) (2025-12-27)
613

714
### [0.5.3](https://github.com/nix-community/vscode-nix-ide/compare/v0.5.2...v0.5.3) (2025-12-27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nix-ide",
33
"displayName": "Nix IDE",
44
"description": "Nix language support - syntax highlighting, formatting, and error reporting.",
5-
"version": "0.5.4",
5+
"version": "0.5.5",
66
"publisher": "jnoortheen",
77
"icon": "images/icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)