From 1196012133fc2d3b753dc6df466df9a54f795a79 Mon Sep 17 00:00:00 2001 From: felix-hcl Date: Mon, 14 Oct 2024 10:22:25 +0200 Subject: [PATCH] Release/1.3.0 (#7) * added release notes for v1.3.0 * 1.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b98794..640f7a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +### Added + +### Fixed + +### Changed + +#### Breaking changes + +## 1.3.0 + ### Added - Added 3 new custom icons: video--syncing, video--error, video--synced diff --git a/package-lock.json b/package-lock.json index c7934e3f..44cd3f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hcl-software/enchanted-icons", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hcl-software/enchanted-icons", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@carbon/icons": "11.27.0" diff --git a/package.json b/package.json index ae98bfb9..090d1825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hcl-software/enchanted-icons", - "version": "1.2.0", + "version": "1.3.0", "description": "Enchanted Icons is a collection of icons that are used in HCL Software products.", "main": "dist/index.js", "types": "dist/index.d.ts",