Skip to content

Commit bbec639

Browse files
authored
chore: release v0.4.6 (#156)
1 parent 0f5922a commit bbec639

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.6](https://github.com/oxc-project/oxc-zed/compare/v0.4.5...v0.4.6) - 2026-04-08
11+
12+
### Fixed
13+
14+
- Correct spelling of LESS in extension.toml ([#159](https://github.com/oxc-project/oxc-zed/pull/159))
15+
16+
### Other
17+
18+
- *(deps)* update oxc apps ([#158](https://github.com/oxc-project/oxc-zed/pull/158))
19+
- *(deps)* update taiki-e/checkout-action action to v1.4.2 ([#157](https://github.com/oxc-project/oxc-zed/pull/157))
20+
- *(deps)* update crate-ci/typos action to v1.45.0 ([#155](https://github.com/oxc-project/oxc-zed/pull/155))
21+
1022
## [0.4.5](https://github.com/oxc-project/oxc-zed/compare/v0.4.4...v0.4.5) - 2026-03-31
1123

1224
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc-zed"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2024"
55
license = "MIT"
66
description = "Oxc Zed Extension"

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id = "oxc"
44
name = "Oxc"
55
repository = "https://github.com/oxc-project/oxc-zed"
66
schema_version = 1
7-
version = "0.4.5"
7+
version = "0.4.6"
88

99
[language_servers.oxlint]
1010
code_actions_kind = ["quickfix", "source.fixAll.oxc"]

0 commit comments

Comments
 (0)