From bdd56b4e906156f486f00150dabc40c8c72fa444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 06:00:27 +0000 Subject: [PATCH] chore: release --- .changeset/nervous-plants-raise.md | 5 ----- packages/eslint-config/CHANGELOG.md | 8 +++++++- packages/eslint-config/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/nervous-plants-raise.md diff --git a/.changeset/nervous-plants-raise.md b/.changeset/nervous-plants-raise.md deleted file mode 100644 index 7ef3d4f..0000000 --- a/.changeset/nervous-plants-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@windyroad/eslint-config": major ---- - -Updated to eslint 8.55.0 diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 206f7a6..6dc894b 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,11 +1,17 @@ # @windyroad/eslint-config +## 4.0.0 + +### Major Changes + +- d12dfdf: Updated to eslint 8.55.0 + ## 3.1.1 ### Patch Changes - 631db26: Fixed version of the `eslint-config-turbo` peer dependency. We had accidentally -put `>=1.11.12` instead of `>=1.11.2` 🤦‍♂️ + put `>=1.11.12` instead of `>=1.11.2` 🤦‍♂️ ## 3.1.0 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3683ec6..e31de79 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/eslint-config", - "version": "3.1.1", + "version": "4.0.0", "description": "Lint configuration for the Windy Road style", "type": "commonjs", "main": "src/eslint-config.cjs",