From 5b5673e357c52773d0dbacda117ef0c6f8c71415 Mon Sep 17 00:00:00 2001 From: Dan Goslen Date: Mon, 16 Dec 2024 21:22:17 -0500 Subject: [PATCH 1/2] Bump version --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce72085..7057bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [UNRELEASED] +## [3.11.0] + ### Fixed - Fixes accidentally parsing too many possible entries when reading multi-package updates ([#278](https://github.com/dangoslen/dependabot-changelog-helper/issues/278)). diff --git a/package.json b/package.json index dc9a886..1bbf891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-changelog-helper", - "version": "3.10.0", + "version": "3.11.0", "private": false, "description": "A GitHub Action to auto-add dependabot changes to your changelog and increment version numbers", "main": "lib/dependabot-helper.js", From f37611f3e84b8b5ea9604444b2fe752147ec9d64 Mon Sep 17 00:00:00 2001 From: Dan Goslen Date: Mon, 16 Dec 2024 21:29:56 -0500 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7057bd4..85630bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [3.11.0] ### Fixed -- Fixes accidentally parsing too many possible entries when reading multi-package updates ([#278](https://github.com/dangoslen/dependabot-changelog-helper/issues/278)). +- Fixes parsing too many possible entries when reading multi-package updates ([#278](https://github.com/dangoslen/dependabot-changelog-helper/issues/278)). ### Changed - Fix Github Actions Annotations ([#285](https://github.com/dangoslen/changelog-enforcer/pull/285)) @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bump `@actions/core` from 1.10.1 to 1.11.1 ([#299](https://github.com/dangoslen/dependabot-changelog-helper/pull/299)) - Bump `@types/jest` from 29.5.12 to 29.5.14 ([#297](https://github.com/dangoslen/dependabot-changelog-helper/pull/297)) +- Bump `eslint` from 8.45.0 to 8.57.0 ([#256](https://github.com/dangoslen/dependabot-changelog-helper/pull/256)) - Bump `ts-jest` from 29.1.2 to 29.2.5 ([#289](https://github.com/dangoslen/dependabot-changelog-helper/pull/289)) ## [3.10.0] @@ -34,7 +35,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `@types/jest` from 29.5.11 to 29.5.12 ([#247](https://github.com/dangoslen/dependabot-changelog-helper/pull/247)) - Bump `@types/node` from 20.11.10 to 20.11.20 ([#251](https://github.com/dangoslen/dependabot-changelog-helper/pull/251), [#255](https://github.com/dangoslen/dependabot-changelog-helper/pull/255), [#257](https://github.com/dangoslen/dependabot-changelog-helper/pull/257)) - Bump `eslint-plugin-jest` from 27.6.3 to 27.9.0 ([#254](https://github.com/dangoslen/dependabot-changelog-helper/pull/254)) -- Bump `eslint` from 8.45.0 to 8.57.0 ([#256](https://github.com/dangoslen/dependabot-changelog-helper/pull/256)) ## [3.8.1]