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,12 @@ 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.1] - 2026-04-03
9+
10+ ### Fixed
11+
12+ - Include README.md in published npm package
13+
814## [ 2.1.0] - 2026-04-03
915
1016### Added
@@ -159,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159165- GitHub Actions CI pipeline
160166- Pre-commit hooks with Husky
161167
162- [ Unreleased ] : https://github.com/itaymendel/oxlint-plugin-complexity/compare/v2.1.0...HEAD
168+ [ Unreleased ] : https://github.com/itaymendel/oxlint-plugin-complexity/compare/v2.1.1...HEAD
169+ [ 2.1.1 ] : https://github.com/itaymendel/oxlint-plugin-complexity/compare/v2.1.0...v2.1.1
163170[ 2.1.0 ] : https://github.com/itaymendel/oxlint-plugin-complexity/compare/v2.0.3...v2.1.0
164171[ 2.0.3 ] : https://github.com/itaymendel/oxlint-plugin-complexity/compare/v2.0.2...v2.0.3
165172[ 2.0.2 ] : https://github.com/itaymendel/oxlint-plugin-complexity/compare/v2.0.1...v2.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " oxlint-plugin-complexity" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " Cyclomatic and cognitive complexity rules for oxlint" ,
55 "keywords" : [
66 " oxlint" ,
4343 }
4444 },
4545 "files" : [
46- " dist"
46+ " dist" ,
47+ " README.md"
4748 ],
4849 "scripts" : {
4950 "build" : " tsc" ,
You can’t perform that action at this time.
0 commit comments