From d356246443c16eab2317b4d414e1498b61d4d5d8 Mon Sep 17 00:00:00 2001 From: Dan Goslen Date: Tue, 17 Dec 2024 08:36:49 -0500 Subject: [PATCH] Cut v3.11.0 (#302) --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce72085..85630bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ 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)). +- 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)) @@ -14,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] @@ -32,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] 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",