Skip to content

Commit

Permalink
release(semver): 🎸 cut release to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Feb 8, 2024
1 parent 26d60fb commit 32cce2f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/semver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [5.1.0](https://github.com/jscutlery/semver/compare/semver-5.0.0...semver-5.1.0) (2024-02-08)


### Bug Fixes

* **semver:** increment version for `preminor`, `prepatch` and `premajor` ([7459d8b](https://github.com/jscutlery/semver/commit/7459d8bcbc6b0dc0d3b8fefa6a65a5b4efdc48d5)), closes [#775](https://github.com/jscutlery/semver/issues/775)


### Features

* **semver:** initial `prerelease` version consider commits ([26d60fb](https://github.com/jscutlery/semver/commit/26d60fbecfbecff4af892b75506d78007659cd8e)), closes [#688](https://github.com/jscutlery/semver/issues/688) [#459](https://github.com/jscutlery/semver/issues/459) [#428](https://github.com/jscutlery/semver/issues/428) [#601](https://github.com/jscutlery/semver/issues/601) [#679](https://github.com/jscutlery/semver/issues/679)



# [5.0.0](https://github.com/jscutlery/semver/compare/semver-4.2.0...semver-5.0.0) (2024-02-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/semver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscutlery/semver",
"version": "5.0.0",
"version": "5.1.0",
"description": "Nx plugin for automate versioning and CHANGELOG generation.",
"license": "MIT",
"main": "src/index.js",
Expand Down

0 comments on commit 32cce2f

Please sign in to comment.