Skip to content

Commit

Permalink
release: 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 30, 2024
1 parent 400c5bc commit 1b1b1fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.2

- Handle error when label is not available (part 2) ([#126](https://github.com/eps1lon/actions-label-merge-conflict/pull/126))

## 3.0.1

- Handle error when label is not available ([#123](https://github.com/eps1lon/actions-label-merge-conflict/pull/123))

## 3.0.0

- Update to node20 ([#115](https://github.com/eps1lon/actions-label-merge-conflict/pull/115))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"main": "dist/index.js",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"scripts": {
"build": "ncc build sources/main.ts",
"format": "prettier \"**/*.{js,json,md,ts,yml}\" --ignore-path .eslintignore --write"
Expand Down

0 comments on commit 1b1b1fc

Please sign in to comment.