diff --git a/CHANGELOG.md b/CHANGELOG.md index 2815f3c0..db89a56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.2](https://github.com/prjctimg/huetiful/compare/v3.0.1...v3.0.2) (2024-09-19) + + +### Bug Fixes + +* 3.0.3 ([7bd178b](https://github.com/prjctimg/huetiful/commit/7bd178bc6a427bc10202c7e7bae9e44759935b2b)) +* token parser works normally ([a8c960f](https://github.com/prjctimg/huetiful/commit/a8c960faadddd35eac45ed2886c4de1e30c5fe51)) + ## [3.0.1](https://github.com/prjctimg/huetiful/compare/v2.3.0...v3.0.1) (2024-09-17) diff --git a/package.json b/package.json index d32856a8..f059775b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huetiful-js", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "module": "./build/huetiful.esm.js", "browser": "./build/huetiful.min.js", @@ -30,7 +30,10 @@ "trailingComma": "none", "bracketSpacing": true }, - "eslintIgnore": ["*.cjs", ".mjs"], + "eslintIgnore": [ + "*.cjs", + ".mjs" + ], "config": { "commitizen": { "path": "cz-emoji-conventional" @@ -50,7 +53,13 @@ "ecmaVersion": "latest" } }, - "files": ["build", "CHANGELOG.md", "readme.md", "contributing.md", "license"], + "files": [ + "build", + "CHANGELOG.md", + "readme.md", + "contributing.md", + "license" + ], "repository": { "type": "git", "url": "https://github.com/prjctimg/huetiful.git"