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