diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-25 20:58:03 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-25 20:58:03 +0000 |
commit | d63422d0eed8511815d856502c808e8e173497ab (patch) | |
tree | ba57c02ae5772db685d1f07cc02bb105f73e6e61 | |
parent | 593f1d3b3ca2fe93ae809ca2f82c13995db4c94b (diff) |
added details of -z flag and v1.1.2
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd61e5..9345c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.1.2 + +* Introduced the `-z/--zipinput` flag to `datamaps import templates` command, + allowing user to point to a zip file containing populated templates. + ## v1.1.1 * fixed bug where relative paths could not be used as CLI flags. |