diff --git a/CHANGELOG.md b/CHANGELOG.md index b632a01..51ae024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 8685160..595f34f 100644 --- a/package.json +++ b/package.json @@ -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"