From 5c8af1811fc8d14b384c957cf008262bc3482f5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:04:14 +0000 Subject: [PATCH] chore: release v1.5.4 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 1adaf63..bf6b571 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.3" + ".": "1.5.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfac83..78fad05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.5.4](https://github.com/nicksp/eslint-config/compare/v1.5.3...v1.5.4) (2025-11-25) + + +### Bug Fixes + +* update all non-major dependencies ([#31](https://github.com/nicksp/eslint-config/issues/31)) ([f097856](https://github.com/nicksp/eslint-config/commit/f09785606d3ad8bae4394e3b5288b5a02acdd2af)) +* update all non-major dependencies ([#33](https://github.com/nicksp/eslint-config/issues/33)) ([1d6bceb](https://github.com/nicksp/eslint-config/commit/1d6bceb3b320d2a5c0d58a70e9682fa4266ff195)) +* update all non-major dependencies ([#35](https://github.com/nicksp/eslint-config/issues/35)) ([4fee83d](https://github.com/nicksp/eslint-config/commit/4fee83ddd1c7eeef934dbb85baccdb403ef2bcb9)) +* update all non-major dependencies to ^8.46.4 ([#34](https://github.com/nicksp/eslint-config/issues/34)) ([bd82ad0](https://github.com/nicksp/eslint-config/commit/bd82ad0d5d203d411eb82fe9597d857b418bb2b5)) + ## [1.5.3](https://github.com/nicksp/eslint-config/compare/v1.5.2...v1.5.3) (2025-11-10) diff --git a/package.json b/package.json index 06a0106..402fc36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nicksp/eslint-config", "description": "Nick's ESLint config", - "version": "1.5.3", + "version": "1.5.4", "type": "module", "packageManager": "pnpm@10.22.0", "author": {