Skip to content

Commit

Permalink
Merge pull request #244 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.2
  • Loading branch information
prjctimg authored Sep 19, 2024
2 parents a8c960f + 914e1c7 commit fe27c79
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.1",
"version": "3.0.2",
"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 fe27c79

@vercel
Copy link

@vercel vercel bot commented on fe27c79 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-git-main-my-team-84794c1e.vercel.app
huetiful-my-team-84794c1e.vercel.app
huetiful-js.com

Please sign in to comment.