From 8ddca3afd0b656e9eac43fadf59a86f0fdf15701 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 16 May 2019 12:26:00 -0400 Subject: [PATCH] 1.4.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e75a7a..c2cecf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ [#x]: https://github.com/bhousel/temaki/issues/x --> +# 1.4.0 +##### 2019-May-16 + +* Add `kerb-raised.svg`, `kerb-lowered.svg`, `kerb-rolled.svg`, `kerb-flush.svg` ([#4]) +* Add `golf_cart.svg` ([#3]) +* Increase the size of the other new icons so they better fill the available space + +[#4]: https://github.com/bhousel/temaki/issues/4 +[#3]: https://github.com/bhousel/temaki/issues/3 + + # 1.3.0 ##### 2019-May-15 diff --git a/package.json b/package.json index 2954616..f73db65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "temaki", - "version": "1.3.0", + "version": "1.4.0", "license": "CC0-1.0", "repository": "bhousel/temaki", "author": "Bryan Housel ",