diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d14cd..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.22" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa5ff3..ab1e2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.10.0](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.22...esconfig-v0.10.0) (2024-08-09) + + +### ⚠ BREAKING CHANGES + +* eslint v9, typescript-eslint v8 (new rules), flat file, ESM-only package + +### Features + +* eslint v9, typescript-eslint v8, inline airbnb config ([#129](https://github.com/nihalgonsalves/esconfig/issues/129)) ([7198c52](https://github.com/nihalgonsalves/esconfig/commit/7198c52a2251fc8f0b998e312b49bf3018b933a5)) + ## [0.9.22](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.9.21...esconfig-v0.9.22) (2024-07-30) diff --git a/package.json b/package.json index f17a998..288a8cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nihalgonsalves/esconfig", - "version": "0.9.22", + "version": "0.10.0", "description": "Shared ECMAScript Config (TS, Lint, Prettier)", "main": "index.js", "repository": "git@github.com:nihalgonsalves/esconfig.git",