Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.0...v3.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

* bump `semantic-release` from `v21.0.7` to `v23.0.0`
* drop Node `<20` support

### peerDependencies

* bump `semantic-release` from `v21.0.7` to `v23.0.0` ([f1a7178](f1a7178))

### Bug Fixes

* add the `hidden` property ([a73ddc9](a73ddc9))

### Performance Improvements

* drop Node `<20` support ([24bf3f5](24bf3f5))
  • Loading branch information
semantic-release-bot authored and vansergen committed Jan 28, 2024
1 parent e782207 commit 6b74f41
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.0.0](https://github.com/binden-js/semantic-release-config/compare/v2.0.0...v3.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

- bump `semantic-release` from `v21.0.7` to `v23.0.0`
- drop Node `<20` support

### peerDependencies

- bump `semantic-release` from `v21.0.7` to `v23.0.0` ([f1a7178](https://github.com/binden-js/semantic-release-config/commit/f1a71788e39f7d3d10591a64c3f17717dce787d8))

### Bug Fixes

- add the `hidden` property ([a73ddc9](https://github.com/binden-js/semantic-release-config/commit/a73ddc9293c4945c56190dc36300c26a129d4a33))

### Performance Improvements

- drop Node `<20` support ([24bf3f5](https://github.com/binden-js/semantic-release-config/commit/24bf3f5b50d266c81c018f36e69e66d979a7e6d5))

## [2.0.0](https://github.com/binden-js/semantic-release-config/compare/v1.1.1...v2.0.0) (2023-07-12)

### ⚠ BREAKING CHANGES
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": "@binden/semantic-release-config",
"version": "2.0.0",
"version": "3.0.0",
"description": "Shareable semantic-release config (based on Conventional Commits)",
"main": ".releaserc.json",
"type": "commonjs",
Expand Down

0 comments on commit 6b74f41

Please sign in to comment.