diff --git a/.changeset/clean-socks-dress.md b/.changeset/clean-socks-dress.md deleted file mode 100644 index 615bf091..00000000 --- a/.changeset/clean-socks-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/eslint-plugin': patch ---- - -Fix main field diff --git a/CHANGELOG.md b/CHANGELOG.md index 4178918d..edc3f4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/eslint-plugin +## 17.0.1 + +### Patch Changes + +- [`ec422d2`](https://github.com/cloudfour/eslint-config/commit/ec422d214d53c4d721ac0c5ab7196d6b08a188e6) Thanks [@calebeby](https://github.com/calebeby)! - Fix main field + ## 17.0.0 ### Major Changes diff --git a/package.json b/package.json index 231d66cf..113b7300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "17.0.0", + "version": "17.0.1", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",