From bfdde89e1b4d05af7543c00847949da67068d8ec Mon Sep 17 00:00:00 2001 From: Dean Tarisai Date: Tue, 23 Jul 2024 07:05:55 +0200 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9f441f..4f7e6df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [3.0.0](https://github.com/prjctimg/huetiful/compare/v2.3.0...v3.0.0) (2024-07-23) + + +### 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)) + ## [2.3.0](https://github.com/xml-wizard/huetiful/compare/v2.2.0...v2.3.0) (2024-04-08) diff --git a/package.json b/package.json index e436dbde..4e9525ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huetiful-js", - "version": "2.3.0", + "version": "3.0.0", "type": "module", "module": "./lib/huetiful.esm.js", "main": "./src/index.js",