diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d0f42..4c466de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.2.0 (September 20, 2018) + +## Bug fixes / Improvements + +* [[`35248208c5f`](https://github.com/webhintio/artwork/commit/35248208c5f9fc429edd8a65b9ede568d1e85048)] - Fix: Further losslessly optimize `berlin.svg` (by [`Cătălin Mariș`](https://github.com/alrra)). +* [[`ae4860159e7`](https://github.com/webhintio/artwork/commit/ae4860159e7aac5c61967bd37d4269f609285a24)] - Fix: Further losslessly optimize `london.svg` (by [`Cătălin Mariș`](https://github.com/alrra)). + +## New features + +* [[`4d3eabfffe4`](https://github.com/webhintio/artwork/commit/4d3eabfffe4773363019f8802575bfac888044c0)] - New: Add illustration of Nellie in Berlin (by [`Cătălin Mariș`](https://github.com/alrra)). +* [[`80f5f006baf`](https://github.com/webhintio/artwork/commit/80f5f006baf34059e996f9f45ed6b46697845b24)] - New: Add illustration of Nellie in London (by [`Cătălin Mariș`](https://github.com/alrra)). + + # 1.1.0 (September 17, 2018) ## Bug fixes / Improvements diff --git a/package-lock.json b/package-lock.json index 25e6735..54fde60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "@hint/artwork", - "version": "1.0.0", + "version": "1.2.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 6774f90..50f4f4a 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.1.0" + "version": "1.2.0" }