Skip to content

Commit

Permalink
Cut v3.5.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoslen authored Jul 21, 2023
1 parent 9275a7d commit 42a1578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 42a1578

Please sign in to comment.