From f530176f61cf5e137b17ff81c34296cf72d8f548 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Feb 2020 22:51:57 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/AlaskaAirlines/OrionIcons/compare/v2.1.0...v2.1.1) (2020-02-20) ### Bug Fixes * update process to scrub dirty SVGs ([9851abf](https://github.com/AlaskaAirlines/OrionIcons/commit/9851abf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a73f5b..6fc08a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [2.1.1](https://github.com/AlaskaAirlines/OrionIcons/compare/v2.1.0...v2.1.1) (2020-02-20) + + +### Bug Fixes + +* update process to scrub dirty SVGs ([9851abf](https://github.com/AlaskaAirlines/OrionIcons/commit/9851abf)) + # [2.1.0](https://github.com/AlaskaAirlines/OrionIcons/compare/v2.0.4...v2.1.0) (2020-02-11) diff --git a/package.json b/package.json index efc44c9..9f993c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alaskaairux/orion-icons", "description": "Orion Design System icons", - "version": "2.1.0", + "version": "2.1.1", "main": "dist/index.js", "author": "Alaska Design and Research", "license": "Apache-2.0",