Skip to content

Commit 5b5814e

Browse files
committed
chore: release v2.1.1
1 parent 25f88bd commit 5b5814e

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -43,7 +43,8 @@
4343
}
4444
},
4545
"files": [
46-
"dist"
46+
"dist",
47+
"README.md"
4748
],
4849
"scripts": {
4950
"build": "tsc",

0 commit comments

Comments
 (0)