From 198342219517a1a719ed94e15364df6c80c21fbe Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Wed, 24 Jun 2026 17:18:22 +0800 Subject: [PATCH 1/3] CHangelog --- docs-md/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs-md/changelog.md b/docs-md/changelog.md index 4499a14..4e6b5b6 100644 --- a/docs-md/changelog.md +++ b/docs-md/changelog.md @@ -5,7 +5,12 @@ id: changelog # Changelog +##### 4.3.4 +- Trying to fix some publish workflow issue + + ##### 4.3.3 + - Some changes to bundling - Replace eslint and prettier with biome From cbf30d8b4280bcdfa9dae312fc47d7cb18785442 Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Wed, 24 Jun 2026 17:18:27 +0800 Subject: [PATCH 2/3] 4.3.4 --- package.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8cfe33e..508c47a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,15 @@ { "name": "common-utils-pkg", - "version": "4.3.3", + "version": "4.3.4", "description": "A package of commonly used JavaScript utilities.", - "keywords": ["utilities", "npm", "module", "javascript", "es6", "functions"], + "keywords": [ + "utilities", + "npm", + "module", + "javascript", + "es6", + "functions" + ], "homepage": "https://common-utils-pkg.js.org/", "bugs": { "url": "https://github.com/iamdevlinph/common-utils-pkg/issues" @@ -23,7 +30,12 @@ "require": "./dist/index.js" } }, - "files": ["dist/", "!dist/**/*.test.*", "README.md", "LICENSE"], + "files": [ + "dist/", + "!dist/**/*.test.*", + "README.md", + "LICENSE" + ], "scripts": { "dev": "pnpm docusaurus:start", "build": "rm -rf dist/; npm run generate-index; tsup", @@ -78,7 +90,11 @@ "typescript": "6.0.2" }, "browserslist": { - "production": [">0.5%", "not dead", "not op_mini all"], + "production": [ + ">0.5%", + "not dead", + "not op_mini all" + ], "development": [ "last 3 chrome version", "last 3 firefox version", From 036e91911ba145eef2a713e3602cb6c78d39a239 Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Wed, 24 Jun 2026 17:20:07 +0800 Subject: [PATCH 3/3] CHangelog --- docs-md/changelog.md | 4 ---- package.json | 22 +++------------------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/docs-md/changelog.md b/docs-md/changelog.md index 4e6b5b6..98df1a8 100644 --- a/docs-md/changelog.md +++ b/docs-md/changelog.md @@ -7,10 +7,6 @@ id: changelog ##### 4.3.4 - Trying to fix some publish workflow issue - - -##### 4.3.3 - - Some changes to bundling - Replace eslint and prettier with biome diff --git a/package.json b/package.json index 508c47a..4acf22e 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,7 @@ "name": "common-utils-pkg", "version": "4.3.4", "description": "A package of commonly used JavaScript utilities.", - "keywords": [ - "utilities", - "npm", - "module", - "javascript", - "es6", - "functions" - ], + "keywords": ["utilities", "npm", "module", "javascript", "es6", "functions"], "homepage": "https://common-utils-pkg.js.org/", "bugs": { "url": "https://github.com/iamdevlinph/common-utils-pkg/issues" @@ -30,12 +23,7 @@ "require": "./dist/index.js" } }, - "files": [ - "dist/", - "!dist/**/*.test.*", - "README.md", - "LICENSE" - ], + "files": ["dist/", "!dist/**/*.test.*", "README.md", "LICENSE"], "scripts": { "dev": "pnpm docusaurus:start", "build": "rm -rf dist/; npm run generate-index; tsup", @@ -90,11 +78,7 @@ "typescript": "6.0.2" }, "browserslist": { - "production": [ - ">0.5%", - "not dead", - "not op_mini all" - ], + "production": [">0.5%", "not dead", "not op_mini all"], "development": [ "last 3 chrome version", "last 3 firefox version",