Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ulrich committed Nov 22, 2023
1 parent b0f4476 commit d8a23ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This changelog follows the [Keep a Changelog](https://keepachangelog.com) format
---


## [Unreleased] ##
## [5.1.0] - 2023-11-23 ##

### Added ###

Expand Down Expand Up @@ -226,6 +226,7 @@ Initial release.



[5.1.0]: https://github.com/j-ulrich/release-it-regex-bumper/releases/tag/5.1.0
[5.0.0]: https://github.com/j-ulrich/release-it-regex-bumper/releases/tag/5.0.0
[4.1.1]: https://github.com/j-ulrich/release-it-regex-bumper/releases/tag/4.1.1
[4.1.0]: https://github.com/j-ulrich/release-it-regex-bumper/releases/tag/4.1.0
Expand All @@ -251,4 +252,4 @@ Initial release.

<!--lint ignore no-unused-definitions-->

[unreleased]: https://github.com/j-ulrich/release-it-regex-bumper/compare/5.0.0...main
[unreleased]: https://github.com/j-ulrich/release-it-regex-bumper/compare/5.1.0...main
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@j-ulrich/release-it-regex-bumper",
"version": "5.0.0",
"version": "5.1.0",
"description": "Regular expression based version read/write plugin for release-it",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit d8a23ee

Please sign in to comment.