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",