diff --git a/.changeset/curly-windows-travel.md b/.changeset/curly-windows-travel.md deleted file mode 100644 index 275c7b58..00000000 --- a/.changeset/curly-windows-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": patch ---- - -export compat function diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index ff425372..7e96a73a 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/eslint-config +## 1.0.4 + +### Patch Changes + +- [#32](https://github.com/VirtualLiveLab/js-config/pull/32) [`6c80f56`](https://github.com/VirtualLiveLab/js-config/commit/6c80f56667b83511c331a20ad2cd3b8c075327e1) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - export compat function + ## 1.0.3 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 774e2297..c7d6fa8c 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.0.3", + "version": "1.0.4", "description": "ESLint configuration for Virtual Live Lab", "main": "./dist/index.js", "types": "./dist/index.d.ts",