From fdad867f52529c78c01a9002005c2072b22c6ed1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Feb 2021 04:23:08 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-02-17) ### Features * add action files ([8122172](https://github.com/marierigal/require-approve-action/commit/8122172e0a73236abf76dece1739529c826de21a)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a2bd626 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2021-02-17) + + +### Features + +* add action files ([8122172](https://github.com/marierigal/require-approve-action/commit/8122172e0a73236abf76dece1739529c826de21a)) diff --git a/package.json b/package.json index ff7c3cd..67509e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "require-approve-action", - "version": "0.1.0", + "version": "1.0.0", "description": "GitHub Action to check if the PR has been approved", "main": "dist/index.js", "source": "src/index.ts",