Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.1...v4.3.0) (2024-06-11)

### Bug Fixes

* **npm:** bump dependency versions ([b4bbd1a](b4bbd1a))

### Features

* **plugins:** add initial version for custom changelog ([1ddf9ce](1ddf9ce))
* **presets:** add custom changelog to no npm publish configurations ([4a6f5ea](4a6f5ea))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 4a6f5ea commit 5fa67ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.3.0](https://github.com/JonasSchubert/semantic-release-presets/compare/v4.2.1...v4.3.0) (2024-06-11)


### Bug Fixes

* **npm:** bump dependency versions ([b4bbd1a](https://github.com/JonasSchubert/semantic-release-presets/commit/b4bbd1a36569e554d99dc62a14227c4f2d1bb3fe))


### Features

* **plugins:** add initial version for custom changelog ([1ddf9ce](https://github.com/JonasSchubert/semantic-release-presets/commit/1ddf9ce14bd8ab4671f1d603e7fd8947aedf459a))
* **presets:** add custom changelog to no npm publish configurations ([4a6f5ea](https://github.com/JonasSchubert/semantic-release-presets/commit/4a6f5eafcf70aad9bd82f1083af48a58be7e9998))

## [4.2.1](https://github.com/JonasSchubert/semantic-release-presets/compare/v4.2.0...v4.2.1) (2024-06-03)


Expand Down
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": "semantic-release-presets",
"version": "4.2.1",
"version": "4.3.0",
"description": "Semantic release presets and plugins for various projects.",
"scripts": {
"prepare": "is-ci || husky"
Expand Down

0 comments on commit 5fa67ba

Please sign in to comment.