From 8f8c645388f829f2ca112e30f26db21c5cccfd3e Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 23 May 2019 00:06:46 +0300 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd7059..50dda8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [2.1.1](https://github.com/dessant/search-google-us/compare/v2.1.0...v2.1.1) (2019-05-22) + + +### Bug Fixes + +* wrap rename expression in single quotes ([21ec714](https://github.com/dessant/search-google-us/commit/21ec714)) + + + ## [2.1.0](https://github.com/dessant/search-google-us/compare/v2.0.0...v2.1.0) (2019-05-22) diff --git a/package.json b/package.json index 3957f75..bcfe54e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-google-us", - "version": "2.1.0", + "version": "2.1.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/search-google-us", "license": "GPL-3.0-only",