File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments