diff --git a/CHANGELOG.md b/CHANGELOG.md index 5701c72..ee28c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 7cca911..b014e95 100644 --- a/package.json +++ b/package.json @@ -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ć (http://ivannikolic.com)",