Skip to content

Commit

Permalink
chore(main): release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Sep 13, 2024
1 parent 0e9a5d6 commit 55f98dc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [3.0.1](https://github.com/prjctimg/huetiful/compare/v2.3.0...v3.0.1) (2024-09-13)


### 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))
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +16,6 @@
"cz-emoji-conventional": "^1.0.2",
"esbuild": "^0.17.19",
"eslint": "^8.57.0",

"jasmine": "5.1.0",
"prettier": "^3.2.0",
"tsup": "^8.2.4",
Expand All @@ -39,7 +38,10 @@
"trailingComma": "none",
"bracketSpacing": true
},
"eslintIgnore": ["*.cjs", ".mjs"],
"eslintIgnore": [
"*.cjs",
".mjs"
],
"config": {
"commitizen": {
"path": "cz-emoji-conventional"
Expand All @@ -59,7 +61,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"
Expand Down

0 comments on commit 55f98dc

Please sign in to comment.