diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d404b4c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2021-08-11) + + +### Features + +* create action ([#1](https://www.github.com/theappnest/github-skip-checks-action/issues/1)) ([6eb1f22](https://www.github.com/theappnest/github-skip-checks-action/commit/6eb1f223cbfa0199ff4c24279840bfb61de83a86)) + + +### Bug Fixes + +* fails on diverged head ([#13](https://www.github.com/theappnest/github-skip-checks-action/issues/13)) ([aee72cd](https://www.github.com/theappnest/github-skip-checks-action/commit/aee72cd5fa380eac2f686ba7affcb8262a558c92)) diff --git a/package.json b/package.json index 07b4ef2..feba3af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-skip-checks-action", - "version": "0.0.0", + "version": "1.0.0", "private": true, "main": "lib/main.js", "scripts": {