From 765aaeb0aeb06905a845ab384cb6add6bc04cca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=87=E3=82=A3=E3=83=BC=E3=83=B3=E3=83=BB=E3=82=BF?= =?UTF-8?q?=E3=83=AA=E3=82=B5=E3=82=A4=20=F0=9F=8C=8A?= Date: Thu, 19 Sep 2024 10:08:47 +0200 Subject: [PATCH] chore(main): release 3.0.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db89a56d..838c4e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.3](https://github.com/prjctimg/huetiful/compare/v3.0.2...v3.0.3) (2024-09-19) + + +### Bug Fixes + +* fixed undefined error ([a1b52cd](https://github.com/prjctimg/huetiful/commit/a1b52cd2241ad46cab875f8515c9eacd8819ee8f)) +* fixed undefined error ([a5546eb](https://github.com/prjctimg/huetiful/commit/a5546eb64cff348c806896e80fd0fa89bc3a9a52)) +* fixed undefined error ([988ea62](https://github.com/prjctimg/huetiful/commit/988ea621379a1bfa821faa22ac06dc268fad4283)) + ## [3.0.2](https://github.com/prjctimg/huetiful/compare/v3.0.1...v3.0.2) (2024-09-19) diff --git a/package.json b/package.json index f059775b..7ed4166a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huetiful-js", - "version": "3.0.2", + "version": "3.0.3", "type": "module", "module": "./build/huetiful.esm.js", "browser": "./build/huetiful.min.js",