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",