From 15b7887b8bd3566c22ce417d3c765dcb5ae6c309 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Fri, 30 Jul 2021 10:01:36 +0900 Subject: [PATCH] Bump up version number --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 673b349..ccfdf08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.2.2](https://github.com/k1LoW/pr-revert/compare/v0.2.1...v0.2.2) (2021-07-30) + +* Set git config for GitHub Actinos [#3](https://github.com/k1LoW/pr-revert/pull/3) ([k1LoW](https://github.com/k1LoW)) + ## [v0.2.1](https://github.com/k1LoW/pr-revert/compare/v0.2.0...v0.2.1) (2021-07-30) * Fallback `git switch` command to `git checkout` when git version < 2.23.0 [#2](https://github.com/k1LoW/pr-revert/pull/2) ([k1LoW](https://github.com/k1LoW))