From 76245cff501c02bd9b3700ed1df1ab1312be4bcf Mon Sep 17 00:00:00 2001 From: Dennis Mader Date: Wed, 9 Aug 2023 21:28:38 +0200 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- package.json | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295142c..7c563cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG.md +## 5.2.0 + +We've added *X* to the set of social network icons. Farewell Larry 🐦 +Added: + - `regular/x` + - `solid/x` + - `regular/tiktok` + - `solid/tiktok` + - `regular/stackoverflow` + - `solid/stackoverflow` + - `regular/slack` + - `solid/slack` + - `regular/3D` + - `solid/3D` + - `regular/AR` + - `solid/AR` + + ## 5.1.0 diff --git a/README.md b/README.md index eb909f6..f1a9e3f 100644 --- a/README.md +++ b/README.md @@ -138,4 +138,4 @@ Meteor Icon Kit is available as a [Figma library](https://www.figma.com/communit See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT). -2022 © shopware AG +2023 © shopware AG diff --git a/package.json b/package.json index 355255c..cf7bf62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/meteor-icon-kit", - "version": "5.1.0", + "version": "5.2.0", "description": "An icon library and toolkit that follows a minimal, yet highly expressive style perfectly aligned with Shopware's product language", "main": "index.js", "repository": { @@ -9,7 +9,7 @@ }, "keywords": [ "svg", - "showare", + "shopware", "icons" ], "scripts": {