Skip to content

Commit e0adb2a

Browse files
committed
chore: release v2.1.3
1 parent c90c1fa commit e0adb2a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.3] - 2026-05-24
9+
10+
### Fixed
11+
12+
- Move `@oxlint/plugins` from peerDependency to dependency so it installs automatically with the plugin (#102, #107)
13+
14+
### Changed
15+
16+
- Bump @oxlint/plugins from 1.62.0 to 1.66.0
17+
- Bump oxlint from 1.62.0 to 1.66.0
18+
- Bump oxc-parser from 0.128.0 to 0.132.0
19+
- Bump tsx from 4.21.0 to 4.22.3
20+
- Bump vitest from 4.1.5 to 4.1.7
21+
- Bump @types/node from 22.19.17 to 22.19.19
22+
823
## [2.1.2] - 2026-04-29
924

1025
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxlint-plugin-complexity",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Cyclomatic and cognitive complexity rules for oxlint",
55
"keywords": [
66
"oxlint",

0 commit comments

Comments
 (0)