fix links in CHANGELOG.md

This commit is contained in:
itchyny 2020-12-05 21:00:58 +09:00
parent 6be6420b38
commit de90991b35

View file

@ -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.