From de90991b3541fea87c85398d71067930a6e3867a Mon Sep 17 00:00:00 2001 From: itchyny Date: Sat, 5 Dec 2020 21:00:58 +0900 Subject: [PATCH] fix links in CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9bd98..944d9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v0.1.2](https://github.com/itchyny/gojq/compare/v0.1.1..v0.1.2) (2020-09-19) +## [v0.1.2](https://github.com/itchyny/mmv/compare/v0.1.1..v0.1.2) (2020-09-19) * Fix for EDITOR configured with arguments. -## [v0.1.1](https://github.com/itchyny/gojq/compare/v0.1.0..v0.1.1) (2020-01-09) +## [v0.1.1](https://github.com/itchyny/mmv/compare/v0.1.0..v0.1.1) (2020-01-09) * Undo the processed renames on error not to leave the temporary file. * Return the stat source error on failure.