Skip to content

Commit cd7dbcd

Browse files
Release: 2.0.0 [skip ci]
## v2.0.0 **[`v1.0.1...v2.0.0`](v1.0.1...v2.0.0)** - **2025-02-17** ### πŸ’₯ Breaking - Require @semantic-release/commit-analyzer between ^10 and ^13, Node.js >=20, convert to ESM to match commit-analyzer [`fd8fee4`](fd8fee4)
1 parent fd8fee4 commit cd7dbcd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.0.0
4+
5+
**[`v1.0.1...v2.0.0`](https://github.com/evelynhathaway/commit-analyzer-fail-on-no-release/compare/v1.0.1...v2.0.0)** - **2025-02-17**
6+
7+
### πŸ’₯ Breaking
8+
9+
- Require @semantic-release/commit-analyzer between ^10 and ^13, Node.js >=20, convert to ESM to match commit-analyzer [`fd8fee4`](https://github.com/evelynhathaway/commit-analyzer-fail-on-no-release/commit/fd8fee4)
10+
311
## v1.0.1
412

513
**[`v1.0.0...v1.0.1`](https://github.com/evelynhathaway/commit-analyzer-fail-on-no-release/compare/v1.0.0...v1.0.1)** - **2021-12-16**

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-analyzer-fail-on-no-release",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "A drop-in replacement for @semantic-release/commit-analyzer that fails when no release is made",
55
"keywords": [
66
"semantic-release",

0 commit comments

Comments
Β (0)