From e8430d3cb36a6652050c8bb21b752c72ef26ed15 Mon Sep 17 00:00:00 2001 From: Kevin Rodrigues Date: Wed, 25 Nov 2020 08:11:30 +0000 Subject: [PATCH] v2.11.0 - Add geo related icons. --- CHANGELOG.md | 9 +++++++++ icons/geo-fill.svg | 1 + icons/geo-outline.svg | 1 + package.json | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 icons/geo-fill.svg create mode 100644 icons/geo-outline.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e12f7c..8158364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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) +v2.11.0 +------------------------------ +*November 25, 2020* + +### Added + +- Geo-outline icon. +- Geo-fill icon. + v2.10.1 ------------------------------ diff --git a/icons/geo-fill.svg b/icons/geo-fill.svg new file mode 100644 index 0000000..c5f395b --- /dev/null +++ b/icons/geo-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/geo-outline.svg b/icons/geo-outline.svg new file mode 100644 index 0000000..12f81e2 --- /dev/null +++ b/icons/geo-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package.json b/package.json index 82d216f..301b69c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-icons", "description": "Common icons for use in Fozzie projects.", - "version": "2.10.1", + "version": "2.11.0", "main": "dist/f-icons.js", "unpkg": "dist/f-icons.min.js", "files": [