From e0ed7bc336f5103c459b5a8d38fa53056c573585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Mon, 17 Sep 2018 14:01:12 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b7a06..f7d0f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.1.0 (September 17, 2018) + +## Bug fixes / Improvements + +* [[`1c4ac5edb12`](https://github.com/webhintio/artwork/commit/1c4ac5edb12f61b72168a289c2079301b2b471e0)] - Fix: Further losslessly optimize `working.svg` (by [`Cătălin Mariș`](https://github.com/alrra)). + +## New features + +* [[`6c65e295e27`](https://github.com/webhintio/artwork/commit/6c65e295e27b8fa6969225ebf381c2b3e1ee5442)] - New: Add illustration of Nellie working (by [`Cătălin Mariș`](https://github.com/alrra)). + + # 1.0.1 (September 17, 2018) ## Bug fixes / Improvements diff --git a/package.json b/package.json index b3074a3..6774f90 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,5 @@ "license": "CC-BY-SA-4.0", "name": "@hint/artwork", "repository": "webhintio/artwork", - "version": "1.0.1" + "version": "1.1.0" }