From 802ae2abb1d67040cf149fbc4d0154bf5053159f Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Jul 2024 12:24:19 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ icons/index.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7fac4..fb77599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 1.0.1 (2024-07-04) + ## [1.0.0](https://github.com/sbb-design-systems/sbb-icons/compare/v0.1.86...v1.0.0) (2024-06-17) ## [0.1.86](https://github.com/sbb-design-systems/sbb-icons/compare/v0.1.85...v0.1.86) (2024-06-17) diff --git a/icons/index.json b/icons/index.json index a3b6797..e458566 100644 --- a/icons/index.json +++ b/icons/index.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "icons": [ { "name": "aerosol-can-small", @@ -42643,4 +42643,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index a97e5f6..f892856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbb-esta/icons", - "version": "1.0.0", + "version": "1.0.1", "description": "Icon package for the SBB organization", "repository": "https://github.com/sbb-design-systems/sbb-icons.git", "author": "ESTA",