From cac3da76cace9bf54cecebd2b020d86a1b339810 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 10 Apr 2020 11:14:11 -0700 Subject: [PATCH] v3.22.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560d522..0d5a86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ [#x]: https://github.com/ideditor/temaki/issues/x --> +# 3.22.0 +##### 2020-Apr-10 + +* Rename `railway_track_unfinished` icon to [`railway_track_partial`] and improve it somewhat +* Improve existing icons: [`rumble_strip`], [`speed_bump`], [`speed_dip`], [`speed_dip_double`], [`speed_hump`], [`speed_table`] +* Add icons: [`garden_bed`], [`shrub`], [`shrub_low`], [`vertical_rotisserie`] + +[`rumble_strip`]: https://ideditor.github.io/temaki/docs/#icon-temaki-rumble_strip +[`speed_bump`]: https://ideditor.github.io/temaki/docs/#icon-temaki-speed_bump +[`speed_dip`]: https://ideditor.github.io/temaki/docs/#icon-temaki-speed_dip +[`speed_dip_double`]: https://ideditor.github.io/temaki/docs/#icon-temaki-speed_dip_double +[`speed_hump`]: https://ideditor.github.io/temaki/docs/#icon-temaki-speed_hump +[`speed_table`]: https://ideditor.github.io/temaki/docs/#icon-temaki-speed_table +[`railway_track_partial`]: https://ideditor.github.io/temaki/docs/#icon-temaki-railway_track_partial +[`garden_bed`]: https://ideditor.github.io/temaki/docs/#icon-temaki-garden_bed +[`shrub`]: https://ideditor.github.io/temaki/docs/#icon-temaki-shrub +[`shrub_low`]: https://ideditor.github.io/temaki/docs/#icon-temaki-shrub_low +[`vertical_rotisserie`]: https://ideditor.github.io/temaki/docs/#icon-temaki-vertical_rotisserie + # 3.21.0 ##### 2020-Mar-27 diff --git a/package.json b/package.json index 2813ae0..94e40c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ideditor/temaki", - "version": "3.21.0", + "version": "3.22.0", "license": "CC0-1.0", "repository": "ideditor/temaki", "author": "Bryan Housel ",