Skip to content

Commit

Permalink
chore: bump version to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Apr 22, 2024
1 parent df4c27f commit 5840d00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1] - 2024-04-22
### Fixed
Add diff plugin at last
Add global parser
Update several rules

## [0.11.0] - 2024-04-22
### Feature
- Add support for CommonJS
Expand Down Expand Up @@ -150,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release!

[unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.11.0...HEAD
[unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.11.1...HEAD
[0.9.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.11.0...v0.11.1
[0.9.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.10.2...v0.11.0
[0.9.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.10.1...v0.10.2
[0.9.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arianrhodsandlot/eslint-config",
"version": "0.11.0",
"version": "0.11.1",
"type": "module",
"description": "A set of predefined ESLint config.",
"main": "dist/umd/index.cjs",
Expand Down

0 comments on commit 5840d00

Please sign in to comment.