From b2a05be6477f89d1830c1e4718561141c9a3bfda Mon Sep 17 00:00:00 2001 From: Suzuki Shunsuke Date: Sat, 4 Aug 2018 19:05:23 +0900 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe74caa..01d299cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.3.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v0.2.0...v0.3.0) (2018-08-04) + + +### Features + +* support GET Alert and Alerts API ([88f8c83](https://github.com/suzuki-shunsuke/go-graylog/commit/88f8c83)) + + + # [0.2.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v0.1.4...v0.2.0) (2018-07-16) diff --git a/package-lock.json b/package-lock.json index d684ab7a..0b68ff82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48ee3e4b..7349c87a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.0", + "version": "0.3.0", "scripts": { "release": "standard-version", "precommit": "bash script/precommit.sh",