Skip to content

Commit

Permalink
Release 3.9.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoslen authored Mar 28, 2024
1 parent f96c7d2 commit 392b224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [UNRELEASED]

## [3.9.0]

### Added
- Adds the ability to sort dependency entries alphabetically upon adding a new entry. By default this is _not_ enabled, and must be added via the `sort` param using the value `alpha`. By default the sort style is `none`. Future `sort` values _may_ be added over time as such needs arise.

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-changelog-helper",
"version": "3.8.1",
"version": "3.9.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 392b224

Please sign in to comment.