diff --git a/.changeset/orange-lines-send.md b/.changeset/orange-lines-send.md deleted file mode 100644 index c3cb458..0000000 --- a/.changeset/orange-lines-send.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-devup": patch ---- - -Allow export class diff --git a/CHANGELOG.md b/CHANGELOG.md index c2711ad..a417e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup/eslint-plugin +## 2.0.4 + +### Patch Changes + +- 2b2af1f: Allow export class + ## 2.0.3 ### Patch Changes diff --git a/package.json b/package.json index 953638c..96f17b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-devup", - "version": "2.0.3", + "version": "2.0.4", "description": "eslint plugin for devup", "main": "dist/index.cjs", "type": "module",