Skip to content

Commit

Permalink
chore: bump version to v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jun 11, 2024
1 parent d5d41fe commit 11310c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.15.3] - 2024-06-11
## Fixed
- Lint diff files with essential rules

## [0.15.2] - 2024-05-31
## Fixed
- Adjust some vue rules

## [0.15.1] - 2024-05-20
Expand Down Expand Up @@ -208,7 +213,8 @@ Update several rules
### Added
- First release!

[unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.1...HEAD
[unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.3...HEAD
[0.15.3]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.14.0...v0.15.0
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.15.2",
"version": "0.15.3",
"description": "A set of predefined ESLint config.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 11310c3

Please sign in to comment.