Skip to content

Commit

Permalink
chore: bump version to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed May 17, 2024
1 parent d422212 commit fefef73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions 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.15.0] - 2024-05-17
### Added
Add @eslint/compat to support legacy plugins
Add support for nextjs and remix constant exports
Add support for i18n

## [0.14.0] - 2024-05-06
### Added
- Replace eslint-plugin-comments with @eslint-community/eslint-plugin-comments
Expand Down Expand Up @@ -195,8 +201,9 @@ Update several rules
### Added
- First release!

[unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.14.0...HEAD
[0.13.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.13.0...v0.14.0
[unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.0...v0.15.0
[0.14.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.12.2...v0.13.0
[0.12.2]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.12.0...v0.12.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.14.0",
"version": "0.15.0",
"description": "A set of predefined ESLint config.",
"keywords": [
"eslint",
Expand Down

0 comments on commit fefef73

Please sign in to comment.