Skip to content

Commit 7d88196

Browse files
chore(release): 0.5.4 (#517)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent ffde404 commit 7d88196

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.4](https://github.com/nix-community/vscode-nix-ide/compare/v0.5.3...v0.5.4) (2025-12-27)
6+
57
### [0.5.3](https://github.com/nix-community/vscode-nix-ide/compare/v0.5.2...v0.5.3) (2025-12-27)
68

79
### [0.5.2](https://github.com/nix-community/vscode-nix-ide/compare/v0.5.1...v0.5.2) (2025-12-27)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nix-ide",
33
"displayName": "Nix",
44
"description": "Nix language support - syntax highlighting, formatting, and error reporting.",
5-
"version": "0.5.3",
5+
"version": "0.5.4",
66
"publisher": "jnoortheen",
77
"icon": "images/icon.png",
88
"license": "MIT",
@@ -290,4 +290,4 @@
290290
"vscode-languageclient": "^9.0.1",
291291
"vscode-variables": "^1.0.1"
292292
}
293-
}
293+
}

0 commit comments

Comments
 (0)