Skip to content

Commit

Permalink
Cut version 3.4.0 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoslen authored Jul 10, 2023
1 parent 7028e63 commit e51dc5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -12,16 +14,16 @@ 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)
- Bump `eslint-plugin-jest` from 27.2.1 to 27.2.2 (#173)
- 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)
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.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",
Expand Down

0 comments on commit e51dc5f

Please sign in to comment.