From 5aeb7cef803669854058c6532815675dadab29b2 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:01:02 +1100 Subject: [PATCH] Version Packages (#137) Co-authored-by: github-actions[bot] --- .changeset/soft-penguins-eat.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/soft-penguins-eat.md diff --git a/.changeset/soft-penguins-eat.md b/.changeset/soft-penguins-eat.md deleted file mode 100644 index e95f38c..0000000 --- a/.changeset/soft-penguins-eat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'eslint-config-seek': major ---- - -Upgrade Typescript Eslint to 7.2.0 to support Typescript 5.4. - -This bumps the minimum required versions of Node.js to 18.18.0, Eslint to 8.56.0 and Typescript to 4.7.5 due to a breaking change introduced by Typescript Eslint in 7.0.0. diff --git a/CHANGELOG.md b/CHANGELOG.md index b868b45..143506c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-config-seek +## 13.0.0 + +### Major Changes + +- Upgrade Typescript Eslint to 7.2.0 to support Typescript 5.4. ([#136](https://github.com/seek-oss/eslint-config-seek/pull/136)) + + This bumps the minimum required versions of Node.js to 18.18.0, Eslint to 8.56.0 and Typescript to 4.7.5 due to a breaking change introduced by Typescript Eslint in 7.0.0. + ## 12.1.1 ### Patch Changes diff --git a/package.json b/package.json index fdeb49a..74679e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seek", - "version": "12.1.1", + "version": "13.0.0", "description": "ESLint configuration used by SEEK", "main": "index.js", "files": [