Skip to content

Commit e288564

Browse files
authored
chore: release v2.0.1 (#115)
1 parent 2074a0e commit e288564

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1](https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v2.0.0...oxc-browserslist-v2.0.1) - 2025-04-25
11+
12+
### Other
13+
14+
- *(deps)* lock file maintenance npm packages ([#90](https://github.com/oxc-project/oxc-browserslist/pull/90))
15+
- *(deps)* lock file maintenance rust crates ([#120](https://github.com/oxc-project/oxc-browserslist/pull/120))
16+
- *(deps)* lock file maintenance rust crates ([#118](https://github.com/oxc-project/oxc-browserslist/pull/118))
17+
- *(deps)* lock file maintenance ([#116](https://github.com/oxc-project/oxc-browserslist/pull/116))
18+
- *(deps)* lock file maintenance rust crates ([#114](https://github.com/oxc-project/oxc-browserslist/pull/114))
19+
- *(deps)* update dependency rust to v1.86.0 ([#112](https://github.com/oxc-project/oxc-browserslist/pull/112))
20+
- *(deps)* lock file maintenance ([#110](https://github.com/oxc-project/oxc-browserslist/pull/110))
21+
- *(deps)* update crate-ci/typos action to v1.31.0 ([#108](https://github.com/oxc-project/oxc-browserslist/pull/108))
22+
- *(deps)* lock file maintenance rust crates ([#106](https://github.com/oxc-project/oxc-browserslist/pull/106))
23+
- *(deps)* lock file maintenance rust crates ([#105](https://github.com/oxc-project/oxc-browserslist/pull/105))
24+
- *(deps)* lock file maintenance rust crates ([#101](https://github.com/oxc-project/oxc-browserslist/pull/101))
25+
- *(deps)* lock file maintenance rust crates ([#99](https://github.com/oxc-project/oxc-browserslist/pull/99))
26+
- *(deps)* lock file maintenance ([#96](https://github.com/oxc-project/oxc-browserslist/pull/96))
27+
- *(deps)* update rust crate criterion2 to v3 ([#94](https://github.com/oxc-project/oxc-browserslist/pull/94))
28+
1029
## [1.1.3](https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v1.1.2...oxc-browserslist-v1.1.3) - 2025-02-22
1130

1231
### Other

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-browserslist"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Boshen <boshenc@gmail.com>", "Pig Fang <g-plane@hotmail.com>"]
55
categories = ["config", "web-programming"]
66
edition = "2024"

0 commit comments

Comments
 (0)