From 6a98b6381ae0ff0c0c33e30bee82d4f0f0ba3092 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 8 Jan 2020 18:11:17 -0500 Subject: [PATCH] v3.10.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17057b7..159c112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ [#x]: https://github.com/ideditor/temaki/issues/x --> +# 3.10.0 +##### 2020-Jan-08 + +* Add water tap icons + * [`water_tap`] + * [`water_tap_drinkable`] +* Add island icons + * [`islet_tree`] + * [`island_trees_building`] +* Add [`cleaver`] + +[`water_tap`]: https://ideditor.github.io/temaki/docs/#icon-temaki-water_tap +[`water_tap_drinkable`]: https://ideditor.github.io/temaki/docs/#icon-temaki-water_tap_drinkable +[`islet_tree`]: https://ideditor.github.io/temaki/docs/#icon-temaki-islet_tree +[`island_trees_building`]: https://ideditor.github.io/temaki/docs/#icon-temaki-island_trees_building +[`cleaver`]: https://ideditor.github.io/temaki/docs/#icon-temaki-cleaver + # 3.9.0 ##### 2020-Jan-07 diff --git a/package.json b/package.json index 085f0a6..652f25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ideditor/temaki", - "version": "3.9.0", + "version": "3.10.0", "license": "CC0-1.0", "repository": "ideditor/temaki", "author": "Bryan Housel ",