Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 23, 2020
1 parent 3ab41d0 commit e230e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 1.4.0

- Allow warning only if secrets aren't available ([#22](https://github.com/eps1lon/actions-label-merge-conflict/pull/22) by @baywet)
- Remove requirement for removeOnDirtyLabel ([#21](https://github.com/eps1lon/actions-label-merge-conflict/pull/21) by @baywet)

## 1.3.0

- set PRs and their dirty state as output ([#17](https://github.com/eps1lon/actions-label-merge-conflict/pull/17) by @baywet)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"main": "dist/index.js",
"private": true,
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"build": "ncc build sources/main.ts",
"format": "prettier \"**/*.{js,json,md,ts,yml}\" --ignore-path .eslintignore --write"
Expand Down

0 comments on commit e230e06

Please sign in to comment.