diff --git a/.changeset/cold-rocks-perform.md b/.changeset/cold-rocks-perform.md deleted file mode 100644 index 17ecfba..0000000 --- a/.changeset/cold-rocks-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-widen': patch ---- - -Add missing files to package output. diff --git a/packages/eslint-plugin-widen/CHANGELOG.md b/packages/eslint-plugin-widen/CHANGELOG.md index 1fef146..fade13f 100644 --- a/packages/eslint-plugin-widen/CHANGELOG.md +++ b/packages/eslint-plugin-widen/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-widen +## 0.1.1 + +### Patch Changes + +- 49e44a8: Add missing files to package output. + ## 0.1.0 ### Minor Changes diff --git a/packages/eslint-plugin-widen/package.json b/packages/eslint-plugin-widen/package.json index d7dd1d4..60636f3 100644 --- a/packages/eslint-plugin-widen/package.json +++ b/packages/eslint-plugin-widen/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-widen", - "version": "0.1.0", + "version": "0.1.1", "description": "Widen's own ESLint plugin containing custom lint rules for our code.", "author": "Widen", "license": "ISC",