diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index fe22dae..8452b73 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.87](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.86...@ivuorinen/base-configs@1.1.87) (2024-05-31) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.86](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.85...@ivuorinen/base-configs@1.1.86) (2024-05-29) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 26c46cd..a9816e0 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.86", + "version": "1.1.87", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,7 +29,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.6", "@ivuorinen/commitlint-config": "^0.2.21", - "@ivuorinen/eslint-config": "^0.4.38", + "@ivuorinen/eslint-config": "^0.4.39", "@ivuorinen/markdownlint-config": "^0.2.7", "@ivuorinen/prettier-config": "^0.2.10", "@ivuorinen/semantic-release-config": "^0.2.21" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 54e90c6..2d20c2c 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.39](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.38...@ivuorinen/eslint-config@0.4.39) (2024-05-31) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-promise to v6.2.0 ([#254](https://github.com/ivuorinen/base-configs/issues/254)) ([d9b6957](https://github.com/ivuorinen/base-configs/commit/d9b695774d642582336ec3d12040bab737ac0c31)) + ## [0.4.38](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.37...@ivuorinen/eslint-config@0.4.38) (2024-05-21) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 66913c1..a02dae7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.38", + "version": "0.4.39", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",