From e9e15f072a3dda4581959842b7f9b558be525daa Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 7 Jan 2020 15:10:34 -0500 Subject: [PATCH] v3.9.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 836ca6b..17057b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ [#x]: https://github.com/ideditor/temaki/issues/x --> +# 3.9.0 +##### 2020-Jan-07 + +* Add clothing icons + * [`dress`] ([#50]) + * [`gown`] +* Add well pump icons + * [`well_pump_manual`] + * [`well_pump_powered`] + +[`dress`]: https://ideditor.github.io/temaki/docs/#icon-temaki-dress +[`gown`]: https://ideditor.github.io/temaki/docs/#icon-temaki-gown +[`well_pump_manual`]: https://ideditor.github.io/temaki/docs/#icon-temaki-well_pump_manual +[`well_pump_powered`]: https://ideditor.github.io/temaki/docs/#icon-temaki-well_pump_powered + +[#50]: https://github.com/ideditor/temaki/issues/50 + # 3.8.0 ##### 2019-Dec-21 diff --git a/package.json b/package.json index 04861a4..085f0a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ideditor/temaki", - "version": "3.8.0", + "version": "3.9.0", "license": "CC0-1.0", "repository": "ideditor/temaki", "author": "Bryan Housel ",