From 26aa3b3ba4a36b6890bebcb0c57284c4f8e303a1 Mon Sep 17 00:00:00 2001 From: meselgroth Date: Wed, 24 Oct 2018 10:42:24 +0100 Subject: [PATCH] v1.14.0 - Add new clock icon (#37) * Add new clock icons, red and green * Change to generic colour * Add versioning * Moved to general and give clearer name * Remove width/height and update changelog properly --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/img/icons/general/stopwatch.svg | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/img/icons/general/stopwatch.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 0895bbd..825086f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +v1.14.0 +------------------------------ +*October 24, 2018* + +### Added +- Stopwatch icon + + v1.13.1 ------------------------------ *October 17, 2018* diff --git a/package.json b/package.json index 0d5c12e..5723b30 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-icons", "description": "Common icons for use in Fozzie projects.", - "version": "1.13.1", + "version": "1.14.0", "files": [ "src" ], diff --git a/src/img/icons/general/stopwatch.svg b/src/img/icons/general/stopwatch.svg new file mode 100644 index 0000000..c0794c1 --- /dev/null +++ b/src/img/icons/general/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file