From efbfc0471895a937c2013d1fb223f5ff850352c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Feb 2020 21:01:48 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/mob-sakai/git-snapshot/compare/v2.2.0...v2.2.1) (2020-02-23) ### Bug Fixes * typo in author (auther) ([fc38c0a](https://github.com/mob-sakai/git-snapshot/commit/fc38c0ab6fb51b2659aa8a40d2e08f38d51edb32)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1bde3..323eb8f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/mob-sakai/git-snapshot/compare/v2.2.0...v2.2.1) (2020-02-23) + + +### Bug Fixes + +* typo in author (auther) ([fc38c0a](https://github.com/mob-sakai/git-snapshot/commit/fc38c0ab6fb51b2659aa8a40d2e08f38d51edb32)) + # [2.2.0](https://github.com/mob-sakai/git-snapshot/compare/v2.1.0...v2.2.0) (2019-10-28) diff --git a/package.json b/package.json index 134b45e..e93092b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-snapshot", - "version": "2.2.0", + "version": "2.2.1", "description": "Take a snapshot of the directory - like 'git subtree split --squash'", "repository": { "type": "git",