diff --git a/.changeset/cyan-spiders-worry.md b/.changeset/cyan-spiders-worry.md deleted file mode 100644 index 44a9102..0000000 --- a/.changeset/cyan-spiders-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@byondxr/eslint-plugin-automate": patch ---- - -LINT_COMMENT_PREFIX diff --git a/packages/eslint-plugin-automate/CHANGELOG.md b/packages/eslint-plugin-automate/CHANGELOG.md index cbd76d6..c0b72dc 100644 --- a/packages/eslint-plugin-automate/CHANGELOG.md +++ b/packages/eslint-plugin-automate/CHANGELOG.md @@ -1,5 +1,11 @@ # @byondxr/eslint-plugin-automate +## 0.1.14 + +### Patch Changes + +- 0eb0f07: LINT_COMMENT_PREFIX + ## 0.1.13 ### Patch Changes diff --git a/packages/eslint-plugin-automate/package.json b/packages/eslint-plugin-automate/package.json index 3b7daa2..d64c05c 100644 --- a/packages/eslint-plugin-automate/package.json +++ b/packages/eslint-plugin-automate/package.json @@ -1,6 +1,6 @@ { "name": "@byondxr/eslint-plugin-automate", - "version": "0.1.13", + "version": "0.1.14", "exports": { ".": { "import": "./dist/index.js",