diff --git a/.changeset/wild-horses-end.md b/.changeset/wild-horses-end.md deleted file mode 100644 index 3b4ce91..0000000 --- a/.changeset/wild-horses-end.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": patch ---- - -eslint export -Please enter a summary for your changes. diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 285af45..9fb64ec 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @virtual-live-lab/eslint-config +## 1.1.1 + +### Patch Changes + +- [#41](https://github.com/VirtualLiveLab/js-config/pull/41) [`7926aa7`](https://github.com/VirtualLiveLab/js-config/commit/7926aa7f42f89940996c8dee33eacc6d973b81e0) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - eslint export + Please enter a summary for your changes. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index cc43b19..d6a0285 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/eslint-config", - "version": "1.1.0", + "version": "1.1.1", "description": "ESLint configuration for Virtual Live Lab", "main": "./dist/index.mjs", "module": "./dist/index.mjs",