From f866dc6a02054f57b6e527c3001974d94367494d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:55:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20[Changesets]=20Prepare=20for=20n?= =?UTF-8?q?ext=20release=20(#57)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/four-mails-exist.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-mails-exist.md diff --git a/.changeset/four-mails-exist.md b/.changeset/four-mails-exist.md deleted file mode 100644 index 8649b5b..0000000 --- a/.changeset/four-mails-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'socialitejs': patch ---- - -Switch to eslint flat config. diff --git a/CHANGELOG.md b/CHANGELOG.md index 94453aa..0a641e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Socialite +## 0.0.8 + +### Patch Changes + +- a6600b5: Switch to eslint flat config. + ## 0.0.7 ### Patch Changes diff --git a/package.json b/package.json index 0c0c9bd..1fd866d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialitejs", - "version": "0.0.7", + "version": "0.0.8", "description": "Social network URL parsing for aristocrats", "author": "Curtis Dulmage", "license": "ISC",