diff --git a/CHANGELOG.md b/CHANGELOG.md index b3775a4..0345a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ØKP4 eslint-config changelog +## [2.0.0](https://github.com/okp4/eslint-config-okp4/compare/v1.2.0...v2.0.0) (2023-09-26) + + +### ⚠ BREAKING CHANGES + +* change to node v18 lts + +### Features + +* change to node v18 lts ([17eea58](https://github.com/okp4/eslint-config-okp4/commit/17eea58b804221688fc273f069e18cbd551a162c)) + ## [1.2.0](https://github.com/okp4/eslint-config-okp4/compare/v1.1.0...v1.2.0) (2023-01-30) diff --git a/package.json b/package.json index 204117e..2ac51f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@okp4/eslint-config", "description": "ESLint shareable config used @okp4.com", - "version": "1.2.0", + "version": "2.0.0", "repository": "git@github.com:okp4/eslint-config-okp4.git", "license": "BSD-3-Clause", "homepage": "https://github.com/okp4/eslint-config-okp4",