From f42781e647d52edb582a87b27bad34c47f56055e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 21:32:16 +0000 Subject: [PATCH] chore(release): 4.17.1 [skip ci] ## [4.17.1](https://github.com/AlaskaAirlines/Icons/compare/v4.17.0...v4.17.1) (2022-11-21) ### Performance Improvements * **deps:** remove unnecessary package fs ([89edb25](https://github.com/AlaskaAirlines/Icons/commit/89edb259242865a4430c280f6527586a1f8d004b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059d4ed..e2bd8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [4.17.1](https://github.com/AlaskaAirlines/Icons/compare/v4.17.0...v4.17.1) (2022-11-21) + + +### Performance Improvements + +* **deps:** remove unnecessary package fs ([89edb25](https://github.com/AlaskaAirlines/Icons/commit/89edb259242865a4430c280f6527586a1f8d004b)) + # [4.17.0](https://github.com/AlaskaAirlines/Icons/compare/v4.16.1...v4.17.0) (2022-11-04) diff --git a/package.json b/package.json index 1f6e9fa..ea2c13e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alaskaairux/icons", "description": "Alaska Air and Auro Design System Icons", - "version": "4.17.0", + "version": "4.17.1", "main": "dist/index.js", "author": "Alaska Design and Research", "license": "Apache-2.0",