From 4c662332b44810334a2dce7f2dc948a502f07f2e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Oct 2020 05:53:27 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/screendriver/verify-github-webhook-secret/compare/v2.0.1...v2.0.2) (2020-10-11) ### Bug Fixes * **deps:** update dependency tslib to v2.0.3 ([6e5a6a0](https://github.com/screendriver/verify-github-webhook-secret/commit/6e5a6a0b6bff843db1b1c18a6636436787d67b33)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a5f4ce..950c44e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/screendriver/verify-github-webhook-secret/compare/v2.0.1...v2.0.2) (2020-10-11) + + +### Bug Fixes + +* **deps:** update dependency tslib to v2.0.3 ([6e5a6a0](https://github.com/screendriver/verify-github-webhook-secret/commit/6e5a6a0b6bff843db1b1c18a6636436787d67b33)) + ## [2.0.1](https://github.com/screendriver/verify-github-webhook-secret/compare/v2.0.0...v2.0.1) (2020-10-07) diff --git a/package-lock.json b/package-lock.json index 69ea444b..7a28713e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "verify-github-webhook-secret", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 203688b4..37878b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verify-github-webhook-secret", - "version": "2.0.1", + "version": "2.0.2", "description": "Verifies the secret that is sent in GitHub Webhooks", "main": "./target/src/index.js", "types": "./target/src/index.d.ts",