From 668b24cec057bcf01249babada22a5be76ba9f9d 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: Tue, 17 Sep 2024 08:21:13 +0200 Subject: [PATCH] chore(main): release 3.0.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2815f3c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [3.0.1](https://github.com/prjctimg/huetiful/compare/v2.3.0...v3.0.1) (2024-09-17) + + +### Bug Fixes + +* **config:** add i18n support and resolve broken links/anchors ([93621f6](https://github.com/prjctimg/huetiful/commit/93621f6e455a0725ab792cc96b4de43662e20e3e)) +* removed unnecessary deps ([c1deef8](https://github.com/prjctimg/huetiful/commit/c1deef860b170ee7422efebb3a41691373092492)) + + +### Performance Improvements + +* added missing file ([3069d35](https://github.com/prjctimg/huetiful/commit/3069d35f5a75908050e0afd6acde8e96545f5791)) +* created index file for palettes subdir ([046f770](https://github.com/prjctimg/huetiful/commit/046f7709d05cb2dee490e3eb20ef6fa41acda5c7)) +* created index file for palettes subdir ([4b312c4](https://github.com/prjctimg/huetiful/commit/4b312c4ad8c226e7804c46409521d1482a07a573)) + + +### Miscellaneous Chores + +* release 3.0.0 ([67391c2](https://github.com/prjctimg/huetiful/commit/67391c29a60ed5964c98e7e27f73d051bdacbc22)) +* release 3.0.1 ([253655e](https://github.com/prjctimg/huetiful/commit/253655ec1dcf65752160a93f453fcc7d27a81975)) diff --git a/package.json b/package.json index 2b582201..a83e6f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huetiful-js", - "version": "2.3.0", + "version": "3.0.1", "type": "module", "module": "./build/huetiful.esm.js", "browser": "./build/huetiful.min.js",