Skip to content

Commit

Permalink
release(semver): 馃幐 cut release to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Dec 22, 2023
1 parent 6c52dea commit 49fffd0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/semver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

# [4.2.0](https://github.com/jscutlery/semver/compare/semver-4.1.0...semver-4.2.0) (2023-12-22)


### Bug Fixes

* **semver:** add json deps even with `--skipInstall` ([21662e4](https://github.com/jscutlery/semver/commit/21662e4495300b96ecfb53e3817ebde767072643))
* **semver:** allow overriding any preset by passing its name ([c46cf5c](https://github.com/jscutlery/semver/commit/c46cf5cba2eec264f73aca6fe90247757f37b92e))
* **semver:** overrides conventionalcommits preset with custom preset ([9d1cefc](https://github.com/jscutlery/semver/commit/9d1cefcb61b3977ae15a8c957ba04e0005d32286)), closes [#762](https://github.com/jscutlery/semver/issues/762)


### Features

* **semver:** bump commitlint version to v18 ([5ae510e](https://github.com/jscutlery/semver/commit/5ae510eccb65f5d533229044af97d9e3dd61599b))
* **semver:** support pnpm or npx or yarn with husky ([e253c7b](https://github.com/jscutlery/semver/commit/e253c7b8a991a2b47f60befc1f90e18cf899085c))



# [4.1.0](https://github.com/jscutlery/semver/compare/semver-4.0.0...semver-4.1.0) (2023-11-18)


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": "4.1.0",
"version": "4.2.0",
"description": "Nx plugin for automate versioning and CHANGELOG generation.",
"license": "MIT",
"main": "src/index.js",
Expand Down

0 comments on commit 49fffd0

Please sign in to comment.