From a6884f52c862f1276765bca78688ad627a5acd7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Dec 2023 07:56:09 +0000 Subject: [PATCH] chore: release --- .changeset/silly-news-clap.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/silly-news-clap.md diff --git a/.changeset/silly-news-clap.md b/.changeset/silly-news-clap.md deleted file mode 100644 index 2beee39..0000000 --- a/.changeset/silly-news-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@windyroad/eslint-config": minor ---- - -Added linting for turbo.json diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 82d960a..3805770 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @windyroad/eslint-config +## 3.1.0 + +### Minor Changes + +- da3fe28: Added linting for turbo.json + ## 3.0.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9114f7e..3c775b2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/eslint-config", - "version": "3.0.1", + "version": "3.1.0", "description": "Lint configuration for the Windy Road style", "type": "commonjs", "main": "src/eslint-config.cjs",