From 862a4ba9225aa0fdd61278e0bea7fc0aed9991c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Dec 2023 20:48:05 +0000 Subject: [PATCH] chore: release --- .changeset/pink-bats-begin.md | 5 ----- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pink-bats-begin.md diff --git a/.changeset/pink-bats-begin.md b/.changeset/pink-bats-begin.md deleted file mode 100644 index e699b26..0000000 --- a/.changeset/pink-bats-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@windyroad/eslint-config": patch ---- - -Fixed version of the `eslint-config-turbo` peer dependency. We had accidentally put `>=1.11.12` instead of `>=1.11.2` 🤦‍♂️ diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 3805770..9846dc7 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @windyroad/eslint-config +## 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` 🤦‍♂️ + ## 3.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fbe598c..7ee1956 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/eslint-config", - "version": "3.1.0", + "version": "3.1.1", "description": "Lint configuration for the Windy Road style", "type": "commonjs", "main": "src/eslint-config.cjs",