Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Apr 14, 2024
1 parent c73ade3 commit fb6cbcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [13.0.0][] - 2024-04-14

- Incremental switch to ESM rules and behavior by default
- Remove React, JSX and Next configuration
- Use camel case for event naming in Vue
Expand Down Expand Up @@ -81,6 +83,10 @@
https://github.com/niksy/eslint-config-nitpick/compare/v12.0.1...HEAD

[12.0.1]: https://github.com/niksy/eslint-config-nitpick/tree/v12.0.1
[unreleased]:
https://github.com/niksy/eslint-config-nitpick/compare/v12.0.2...HEAD

https://github.com/niksy/eslint-config-nitpick/compare/v12.0.2...HEAD

[12.0.2]: https://github.com/niksy/eslint-config-nitpick/tree/v12.0.2
[Unreleased]:
https://github.com/niksy/eslint-config-nitpick/compare/v13.0.0...HEAD
[13.0.0]: https://github.com/niksy/eslint-config-nitpick/tree/v13.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-nitpick",
"version": "12.0.2",
"version": "13.0.0",
"description": "ESLint config for my projects.",
"license": "MIT",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
Expand Down

0 comments on commit fb6cbcd

Please sign in to comment.