From 44d065b0998182c424f996bdf930c28d68515791 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 27 Mar 2020 10:04:09 -0700 Subject: [PATCH] v3.21.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc870a..560d522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ [#x]: https://github.com/ideditor/temaki/issues/x --> +# 3.21.0 +##### 2020-Mar-27 + +* Improve existing icons: [`cattle_grid`], [`disc_golf_basket`], [`embassy`], [`gate`], [`museum`] +* Add accessible icons: [`accessible_space`], [`wheelchair_active`] +* Add public building icons: [`capitol`], [`town_hall`] +* Add goods icons: [`freight_car`], [`goods_lift`], [`meat`] +* Add services icons: [`catering`], [`pet_grooming`], [`scaffold`] +* Add [`quakerism`] icon + +[`cattle_grid`]: https://ideditor.github.io/temaki/docs/#icon-temaki-cattle_grid +[`disc_golf_basket`]: https://ideditor.github.io/temaki/docs/#icon-temaki-disc_golf_basket +[`embassy`]: https://ideditor.github.io/temaki/docs/#icon-temaki-embassy +[`gate`]: https://ideditor.github.io/temaki/docs/#icon-temaki-gate +[`museum`]: https://ideditor.github.io/temaki/docs/#icon-temaki-museum +[`accessible_space`]: https://ideditor.github.io/temaki/docs/#icon-temaki-accessible_space +[`wheelchair_active`]: https://ideditor.github.io/temaki/docs/#icon-temaki-wheelchair_active +[`capitol`]: https://ideditor.github.io/temaki/docs/#icon-temaki-capitol +[`town_hall`]: https://ideditor.github.io/temaki/docs/#icon-temaki-town_hall +[`catering`]: https://ideditor.github.io/temaki/docs/#icon-temaki-catering +[`freight_car`]: https://ideditor.github.io/temaki/docs/#icon-temaki-freight_car +[`goods_lift`]: https://ideditor.github.io/temaki/docs/#icon-temaki-goods_lift +[`meat`]: https://ideditor.github.io/temaki/docs/#icon-temaki-meat +[`pet_grooming`]: https://ideditor.github.io/temaki/docs/#icon-temaki-pet_grooming +[`scaffold`]: https://ideditor.github.io/temaki/docs/#icon-temaki-scaffold +[`quakerism`]: https://ideditor.github.io/temaki/docs/#icon-temaki-quakerism + # 3.20.0 ##### 2020-Mar-13 diff --git a/package.json b/package.json index 80f0e8d..2813ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ideditor/temaki", - "version": "3.20.0", + "version": "3.21.0", "license": "CC0-1.0", "repository": "ideditor/temaki", "author": "Bryan Housel ",