From e51dc5f71bf48fdf630132a4196799668a03877a Mon Sep 17 00:00:00 2001 From: Dan Goslen Date: Sun, 9 Jul 2023 20:43:24 -0400 Subject: [PATCH] Cut version 3.4.0 (#184) --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4693d..03cb539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [UNRELEASED] + +## [3.4.0] ### Added - Adds support for `bump` and `update` in Dependabot pull request titles (addresses #181) @@ -12,6 +14,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `ts-jest` from 29.1.0 to 29.1.1 (#178) ## [3.3.0] +### Fixed +- Fixes support for sections with irregular entries or content. + ### Dependencies - Bump `actions/checkout` from 3.5.2 to 3.5.3 (#171) - Bump `eslint` from 8.42.0 to 8.43.0 (#172) @@ -19,9 +24,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `@types/node` from 20.2.5 to 20.3.2 (#176) - Bump `typescript` from 5.1.3 to 5.1.6 (#175) -### Fixed -- Fixes support for sections with irregular entries or content. - ## [3.2.0] ### Added - Provides better [documentation for the entry format](./README.md#entry-format) diff --git a/package.json b/package.json index 58a8acd..cb1580d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-helper", - "version": "3.3.0", + "version": "3.4.0", "private": false, "description": "A GitHub Action to auto-add dependabot changes to your changelog and increment version numbers", "main": "lib/dependabot-helper.js",