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

Commit 0fa0da3

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2023-02-12) ### Features * retry remote Git operations ([3138c56](3138c56)), closes [#41](#41)
1 parent 3138c56 commit 0fa0da3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.1.0](https://github.com/saitho/semantic-release-backmerge/compare/v3.0.0...v3.1.0) (2023-02-12)
2+
3+
4+
### Features
5+
6+
* retry remote Git operations ([3138c56](https://github.com/saitho/semantic-release-backmerge/commit/3138c563df28577821e80d21974ed4f65508326b)), closes [#41](https://github.com/saitho/semantic-release-backmerge/issues/41)
7+
18
# [3.0.0](https://github.com/saitho/semantic-release-backmerge/compare/v2.2.0...v3.0.0) (2023-02-12)
29

310

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.0.0",
4+
"version": "3.1.0",
55
"author": "Mario Lubenka",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)