Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Jul 15, 2024
1 parent 8d9018d commit 1833da8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-15)


### 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)


Expand Down
10 changes: 4 additions & 6 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.0",
"type": "module",
"module": "./lib/huetiful.esm.js",
"main": "./src/index.js",
Expand Down Expand Up @@ -72,12 +72,10 @@
"expandObjects": true,
"excludeNotDocumented": true,
"excludeReferences": false,

"plugin": [
"typedoc-plugin-markdown",
"./jobs/navigation.mjs"
],

"entryPointStrategy": "resolve",
"out": ".temp",
"exclude": [
Expand All @@ -90,9 +88,10 @@
"Property",
"Method",
"TypeAlias"
],"hidePageTitle":true,
],
"hidePageTitle": true,
"hidePageHeader": true,
"hideGroupHeadings":false,
"hideGroupHeadings": false,
"tsconfig": "./tsconfig.json",
"gitRemote": "main"
},
Expand Down Expand Up @@ -163,5 +162,4 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}

}

0 comments on commit 1833da8

Please sign in to comment.