Skip to content

Commit 2e6d442

Browse files
chore(release): 0.4.4 (#447)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 08d90fe commit 2e6d442

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.4](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.2...v0.4.4) (2025-01-24)
6+
7+
8+
### Features
9+
10+
* do not package syntax *yml files ([ce091fb](https://github.com/nix-community/vscode-nix-ide/commit/ce091fbab288407dfa678dbba8f1b84ce2bfda38))
11+
* replace esbuild with `bun build` ([20c7eb3](https://github.com/nix-community/vscode-nix-ide/commit/20c7eb3174a0d151abee22d9252dbd8ea4d65a54))
12+
* use bun v1.2 text lockfiles ([da6fd4d](https://github.com/nix-community/vscode-nix-ide/commit/da6fd4dfb64b766bca9aaff70bf3cd9a2fb6a5b2))
13+
514
### [0.4.3](https://github.com/nix-community/vscode-nix-ide/compare/v0.4.2...v0.4.3) (2025-01-24)
615

716

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.3",
5+
"version": "0.4.4",
66
"publisher": "jnoortheen",
77
"icon": "images/icon.png",
88
"license": "MIT",
@@ -160,4 +160,4 @@
160160
"vscode-variables": "^1.0.1"
161161
},
162162
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
163-
}
163+
}

0 commit comments

Comments
 (0)