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",