Skip to content

Commit

Permalink
Update parse-changelog to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 24, 2021
1 parent 4d34b52 commit 3cd86b3
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 @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Update `parse-changelog` to 0.4.3. This includes a bug fix and performance improvements.

## [1.2.1] - 2021-07-22

- Update `parse-changelog` to 0.4.1. This includes a bug fix and performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail
IFS=$'\n\t'

parse_changelog_tag="v0.4.1"
parse_changelog_tag="v0.4.3"

error() {
echo "::error::$*"
Expand Down

0 comments on commit 3cd86b3

Please sign in to comment.