diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2b41e..8a6e599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Release Automated Changelog +## [2.1.4](https://github.com/AlaskaAirlines/OrionIcons/compare/v2.1.3...v2.1.4) (2020-04-03) + + +### Bug Fixes + +* [#19](https://github.com/AlaskaAirlines/OrionIcons/issues/19) remove dependency on style dictionary ([aa8eca2](https://github.com/AlaskaAirlines/OrionIcons/commit/aa8eca2)) +* resolve [#28](https://github.com/AlaskaAirlines/OrionIcons/issues/28) update data file per refactor ([7820d29](https://github.com/AlaskaAirlines/OrionIcons/commit/7820d29)) + ## [2.1.3](https://github.com/AlaskaAirlines/OrionIcons/compare/v2.1.2...v2.1.3) (2020-03-25) diff --git a/package.json b/package.json index 96c593c..d601b3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alaskaairux/orion-icons", "description": "Orion Design System icons", - "version": "2.1.3", + "version": "2.1.4", "main": "dist/index.js", "author": "Alaska Design and Research", "license": "Apache-2.0",