Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 67192b9

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.2.1...v4.0.0) (2023-11-27) ### Features * upgrade to semantic-release 22 and use esm ([e618c08](e618c08)) ### BREAKING CHANGES * Removed support for semantic-release v20 and v21. Requires v22.0.7 or later.
1 parent e618c08 commit 67192b9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/saitho/semantic-release-backmerge/compare/v3.2.1...v4.0.0) (2023-11-27)
2+
3+
4+
### Features
5+
6+
* upgrade to semantic-release 22 and use esm ([e618c08](https://github.com/saitho/semantic-release-backmerge/commit/e618c08b2739633455b49f8611b2755b822e8cec))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removed support for semantic-release v20 and v21. Requires v22.0.7 or later.
12+
113
## [3.2.1](https://github.com/saitho/semantic-release-backmerge/compare/v3.2.0...v3.2.1) (2023-09-21)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@saithodev/semantic-release-backmerge",
33
"description": "semantic-release plugin to back-merge a release into a develop branch",
4-
"version": "3.2.1",
4+
"version": "4.0.0",
55
"author": "Mario Lubenka",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)