Skip to content

Commit 9b497b8

Browse files
chore(release): 0.4.17 (#475)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 0c49e90 commit 9b497b8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.4.17](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.16...v0.4.17) (2025-05-19)
6+
7+
8+
### Features
9+
10+
* auto-indent on pressed enter ([#477](https://github.com/nix-community/vscode-nix-ide/issues/477)) ([0c49e90](https://github.com/nix-community/vscode-nix-ide/commit/0c49e907c5537d04adde8e25e94f514adeca20d8))
11+
12+
13+
### Bug Fixes
14+
15+
* clarify descriptions of formatter settings ([#478](https://github.com/nix-community/vscode-nix-ide/issues/478)) ([4afa347](https://github.com/nix-community/vscode-nix-ide/commit/4afa3478570787c1e30cc7bea90543173be7fa21))
16+
* shell.nix with bun instead of yarn (fixes [#473](https://github.com/nix-community/vscode-nix-ide/issues/473)) ([#474](https://github.com/nix-community/vscode-nix-ide/issues/474)) ([62b6e93](https://github.com/nix-community/vscode-nix-ide/commit/62b6e939ddac903a65273d2fc926619a724c86c8))
17+
518
### [0.4.16](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.15...v0.4.16) (2025-03-18)
619

720
### [0.4.15](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.14...v0.4.15) (2025-03-18)

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.4.16",
5+
"version": "0.4.17",
66
"publisher": "jnoortheen",
77
"icon": "images/icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)