From 1253715fd853ec62d9622a75ae85987a8ed67de7 Mon Sep 17 00:00:00 2001 From: lukepatrick Date: Tue, 20 Mar 2018 11:20:36 -0600 Subject: [PATCH 1/3] fix(bitbucket) typo in Event --- bitbucket/bitbucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/bitbucket.go b/bitbucket/bitbucket.go index 4fa5929..680582b 100644 --- a/bitbucket/bitbucket.go +++ b/bitbucket/bitbucket.go @@ -43,7 +43,7 @@ const ( PullRequestDeclinedEvent Event = "pullrequest:rejected" PullRequestCommentCreatedEvent Event = "pullrequest:comment_created" PullRequestCommentUpdatedEvent Event = "pullrequest:comment_updated" - PullRequestCommentDeletedEvent Event = "pull_request:comment_deleted" + PullRequestCommentDeletedEvent Event = "pullrequest:comment_deleted" ) // New creates and returns a WebHook instance denoted by the Provider type From 3ad83a882d100a396095a59902b61a806bdc711c Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Wed, 21 Mar 2018 08:12:58 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ec894..197f14a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Library webhooks ================ -![Project status](https://img.shields.io/badge/version-3.8.0-green.svg) +![Project status](https://img.shields.io/badge/version-3.10.0-green.svg) [![Build Status](https://travis-ci.org/go-playground/webhooks.svg?branch=v3)](https://travis-ci.org/go-playground/webhooks) [![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v3) [![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks) From f2acbcde401467ded7701fbbf7eabd7a0bb6702d Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Wed, 21 Mar 2018 08:13:12 -0700 Subject: [PATCH 3/3] Update README.md