Skip to content

Commit

Permalink
Merge pull request #247 from prjctimg/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--huetiful-js

chore(main): release 3.0.5
  • Loading branch information
prjctimg authored Sep 19, 2024
2 parents 01c1749 + d4d5f9f commit 99146dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.5](https://github.com/prjctimg/huetiful/compare/v3.0.4...v3.0.5) (2024-09-19)


### Bug Fixes

* fixed undefined error ([5e8ffc9](https://github.com/prjctimg/huetiful/commit/5e8ffc95f525ee9a93f2ddb2bf423850058f025c))

## [3.0.4](https://github.com/prjctimg/huetiful/compare/v3.0.3...v3.0.4) (2024-09-19)


Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huetiful-js",
"version": "3.0.4",
"version": "3.0.5",
"type": "module",
"module": "./build/huetiful.esm.js",
"browser": "./build/huetiful.min.js",
Expand Down Expand Up @@ -30,7 +30,10 @@
"trailingComma": "none",
"bracketSpacing": true
},
"eslintIgnore": ["*.cjs", ".mjs"],
"eslintIgnore": [
"*.cjs",
".mjs"
],
"config": {
"commitizen": {
"path": "cz-emoji-conventional"
Expand All @@ -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"
Expand Down

1 comment on commit 99146dc

@vercel
Copy link

@vercel vercel bot commented on 99146dc Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

huetiful – ./

huetiful-my-team-84794c1e.vercel.app
huetiful-git-main-my-team-84794c1e.vercel.app
huetiful-js.com

Please sign in to comment.