diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 5f22452..c8bab31 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.66](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.65...@ivuorinen/base-configs@1.1.66) (2024-04-13) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.65](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.64...@ivuorinen/base-configs@1.1.65) (2024-04-13) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 5f48d37..96cfe56 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.65", + "version": "1.1.66", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,7 +29,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.5", "@ivuorinen/commitlint-config": "^0.2.17", - "@ivuorinen/eslint-config": "^0.4.22", + "@ivuorinen/eslint-config": "^0.4.23", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", "@ivuorinen/semantic-release-config": "^0.2.19" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 882689e..b8e7a97 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.22...@ivuorinen/eslint-config@0.4.23) (2024-04-13) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-n to v17.2.0 ([#223](https://github.com/ivuorinen/base-configs/issues/223)) ([14ea3c1](https://github.com/ivuorinen/base-configs/commit/14ea3c1250fd8c3caa5018d11ffa4ee2dbe8515c)) + ## [0.4.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.21...@ivuorinen/eslint-config@0.4.22) (2024-04-12) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5a1ce39..996cf49 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.22", + "version": "0.4.23", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",