diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f59d1..eebae17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [UNRELEASED] + +## [3.5.0] ### Changed - Pull Request links in the entry are now formatted as full Markdown links instead of relying on GitHub Auto-linking ([#189](https://github.com/dangoslen/dependabot-changelog-helper/pull/189)) ### Dependencies - Bump `jest` from 29.5.0 to 29.6.1 (#186) - -### Dependencies - Bump `@types/node` from 20.4.1 to 20.4.2 (#190) - -### Dependencies - Bump `eslint` from 8.44.0 to 8.45.0 (#191) ## [3.4.0] diff --git a/package.json b/package.json index 2184b84..a7e4660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-helper", - "version": "3.4.0", + "version": "3.5.0", "private": false, "description": "A GitHub Action to auto-add dependabot changes to your changelog and increment version numbers", "main": "lib/dependabot-helper.js",