diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 785daab..cf65621 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.2.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.1.2...eslint-config-v2.2.0) (2025-01-10) + +### Features + +- **import:** Disable `import-x/named` rule + ([1241261](https://github.com/lightbasenl/platforms/commit/12412614f3e76f14f0607a5a7f09157c8c1a0634)) + +### Dependencies + +- Bump eslint-config-flat-gitignore from 0.3.0 to 1.0.0 + ([#355](https://github.com/lightbasenl/platforms/issues/355)) + ([147032d](https://github.com/lightbasenl/platforms/commit/147032dde19d685d5b0e3d11bb19ad7b8450f0da)) +- Bump eslint-merge-processors from 0.1.0 to 1.0.0 + ([#354](https://github.com/lightbasenl/platforms/issues/354)) + ([cb67a3d](https://github.com/lightbasenl/platforms/commit/cb67a3ddf3e700315a06a6eff1cfa265af8056ec)) + ## [2.1.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.1.1...eslint-config-v2.1.2) (2025-01-07) ### Dependencies diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 561ad96..655cd4a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lightbase/eslint-config", - "version": "2.1.2", + "version": "2.2.0", "description": "ESLint based linting and formatting configuration", "type": "module", "license": "MIT", diff --git a/release-please-manifest.json b/release-please-manifest.json index 6f08854..0257229 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/eslint-config": "2.1.2", + "packages/eslint-config": "2.2.0", "packages/pull-through-cache": "0.2.2" }