diff --git a/CHANGELOG.md b/CHANGELOG.md index a695f71..adadcd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### [2.0.1](https://github.com/b2broker/eslint-config/compare/v2.0.0...v2.0.1) (2022-04-09) + +### Performance Improvements + +- drop Node.js `<16.14.2` support ([6516e12](https://github.com/b2broker/eslint-config/commit/6516e122eed0d520803c57f2a742e9dd3db84425)) + ## [2.0.0](https://github.com/b2broker/eslint-config/compare/v1.1.0...v2.0.0) (2021-11-08) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 9c780cf..9601dc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-b2broker", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-b2broker", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0", "devDependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index 4b8230a..f24642d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-b2broker", - "version": "2.0.0", + "version": "2.0.1", "description": "Shareable ESLint config", "main": "index.js", "type": "commonjs",