From 24f9cf44cd21831d0de57e66eec3bbabc29033de Mon Sep 17 00:00:00 2001 From: Dean Tarisai Date: Mon, 8 Apr 2024 14:26:36 +0200 Subject: [PATCH] chore(main): release 2.3.0 (#183) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8daa0c78..1a9f441f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.3.0](https://github.com/xml-wizard/huetiful/compare/v2.2.0...v2.3.0) (2024-04-08) + + +### Features + +* fixed icon not rendering ([54c66d6](https://github.com/xml-wizard/huetiful/commit/54c66d6430b3b981e41f8228edbb71a56c66165f)) + ## [2.2.0](https://github.com/xml-wizard/huetiful/compare/v2.1.0...v2.2.0) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index 2433a08d..ae9a2b64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "huetiful-js", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "huetiful-js", - "version": "2.2.0", + "version": "2.3.0", "bundleDependencies": [ "culori" ], diff --git a/package.json b/package.json index 85e3decb..ccd5415a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huetiful-js", - "version": "2.2.0", + "version": "2.3.0", "type": "module", "main": "./src/index.js", "browser": "./lib/huetiful.umd.js",