From f51c0fe24c287b1b43d62395ffa2fb0f6b2c9ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:25:24 +0800 Subject: [PATCH] chore(changeset): bump version (#8) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-yaks-speak.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-yaks-speak.md diff --git a/.changeset/fuzzy-yaks-speak.md b/.changeset/fuzzy-yaks-speak.md deleted file mode 100644 index f5c72ca8..00000000 --- a/.changeset/fuzzy-yaks-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-address": patch ---- - -Remove preinstall check script diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c862ce3..dd8ce473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-address +## 0.0.2 + +### Patch Changes + +- [#7](https://github.com/pancakeswap/eslint-plugin-address/pull/7) [`bc2bb07`](https://github.com/pancakeswap/eslint-plugin-address/commit/bc2bb0742cb0e7d86efae711517c4a8f57e1b63e) Thanks [@ChefJerry](https://github.com/ChefJerry)! - Remove preinstall check script + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index c164285c..00586eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-address", - "version": "0.0.1", + "version": "0.0.2", "main": "dist/index.js", "author": "jerry ", "packageManager": "pnpm@8.6.0",