Skip to content

Commit 899ce7b

Browse files
chore(release): 0.4.11 (#454)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent e056faa commit 899ce7b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.11](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.10...v0.4.11) (2025-01-26)
6+
7+
8+
### Features
9+
10+
* add predefined formatters ([0352918](https://github.com/nix-community/vscode-nix-ide/commit/0352918d9a3dc14af18fd656e11e970c8efd0bf0))
11+
12+
13+
### Bug Fixes
14+
15+
* build as cjs module ([1952078](https://github.com/nix-community/vscode-nix-ide/commit/1952078345ab0e2fedbde694a81c6e194d377545)), closes [#453](https://github.com/nix-community/vscode-nix-ide/issues/453)
16+
517
### [0.4.10](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.9...v0.4.10) (2025-01-24)
618

719
### [0.4.9](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.8...v0.4.9) (2025-01-24)

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 IDE",
44
"description": "Nix language support - syntax highlighting, formatting, and error reporting.",
5-
"version": "0.4.10",
5+
"version": "0.4.11",
66
"publisher": "jnoortheen",
77
"icon": "images/icon.png",
88
"license": "MIT",
@@ -179,4 +179,4 @@
179179
"vscode-languageclient": "^9.0.1",
180180
"vscode-variables": "^1.0.1"
181181
}
182-
}
182+
}

0 commit comments

Comments
 (0)