From 5af615861deb8eeaefec89c9fa8d58fa595d6209 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Feb 2025 17:54:19 +0000 Subject: [PATCH] Version Packages --- .changeset/healthy-tips-shout.md | 5 ----- .changeset/spotty-pianos-check.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/healthy-tips-shout.md delete mode 100644 .changeset/spotty-pianos-check.md diff --git a/.changeset/healthy-tips-shout.md b/.changeset/healthy-tips-shout.md deleted file mode 100644 index a5f577d..0000000 --- a/.changeset/healthy-tips-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/eslint-plugin": minor ---- - -Update plugin to eslint 9 diff --git a/.changeset/spotty-pianos-check.md b/.changeset/spotty-pianos-check.md deleted file mode 100644 index 1c98be1..0000000 --- a/.changeset/spotty-pianos-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/eslint-plugin": minor ---- - -Rename previous "recommended" config to "dprint" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6fa84..9bb3b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/eslint-plugin +## 0.3.0 + +### Minor Changes + +- [#20](https://github.com/Effect-TS/eslint-plugin/pull/20) [`7ccdc01`](https://github.com/Effect-TS/eslint-plugin/commit/7ccdc013afaab44cc3894abd4cf08ca7bf056a90) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Update plugin to eslint 9 + +- [#24](https://github.com/Effect-TS/eslint-plugin/pull/24) [`2f0baac`](https://github.com/Effect-TS/eslint-plugin/commit/2f0baac14ab2dd310310b5f98267ebd10d8a5512) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Rename previous "recommended" config to "dprint" + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index cf0ebb3..3194223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/eslint-plugin", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "packageManager": "pnpm@9.5.0", "scripts": {