Skip to content

Commit 1b1b1fc

Browse files
committed
release: 3.0.2
1 parent 400c5bc commit 1b1b1fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.0.2
4+
5+
- Handle error when label is not available (part 2) ([#126](https://github.com/eps1lon/actions-label-merge-conflict/pull/126))
6+
7+
## 3.0.1
8+
9+
- Handle error when label is not available ([#123](https://github.com/eps1lon/actions-label-merge-conflict/pull/123))
10+
311
## 3.0.0
412

513
- Update to node20 ([#115](https://github.com/eps1lon/actions-label-merge-conflict/pull/115))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"main": "dist/index.js",
55
"private": true,
6-
"version": "3.0.0",
6+
"version": "3.0.1",
77
"scripts": {
88
"build": "ncc build sources/main.ts",
99
"format": "prettier \"**/*.{js,json,md,ts,yml}\" --ignore-path .eslintignore --write"

0 commit comments

Comments
 (0)