Skip to content

Commit

Permalink
[ci skip] [bumpr] Version bump to 2.16.0
Browse files Browse the repository at this point in the history
From CI build 15
  • Loading branch information
Bumpr committed Sep 27, 2023
1 parent 7b9b5a2 commit 05d6664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- bumpr -->

## [2.16.0] - 2023-09-27 ([PR 73](https://github.com/all-i-code/bumpr/pull/73))
### Removed
- Dependency on `versiony` , now using `semver` directly, to hopefully stop messing with trailing newline


## [2.15.3] - 2023-09-27 ([PR 72](https://github.com/all-i-code/bumpr/pull/72))
### Changed
- Implementation to use ESM instead of CommonJS
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": "bumpr",
"version": "2.15.3",
"version": "2.16.0",
"description": "Bump the version of an package based on a Pull Request",
"type": "module",
"bin": {
Expand Down

0 comments on commit 05d6664

Please sign in to comment.