From 67a0fdc12752ebcda10409756cf5fada85ed4afa Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 24 Sep 2020 00:17:20 +0300 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29266c..1599443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.0.2](https://github.com/dessant/search-google-us/compare/v3.0.1...v3.0.2) (2020-09-23) + + +### Bug Fixes + +* update release script ([02469a5](https://github.com/dessant/search-google-us/commit/02469a5478f6624852d4119a00e075b31fdbeb2e)) + ### [3.0.1](https://github.com/dessant/search-google-us/compare/v3.0.0...v3.0.1) (2020-09-23) diff --git a/package.json b/package.json index f5df79d..1a4407f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-google-us", - "version": "3.0.1", + "version": "3.0.2", "author": "Armin Sebastian", "repository": "https://github.com/dessant/search-google-us", "license": "GPL-3.0-only",