From 3d5718aac0e8ffe5414137e5a06708e91090411b Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Mon, 8 Jun 2026 21:12:23 +0800 Subject: [PATCH 1/3] 4.3.2 - Fix no types --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index b0857b5e..31461ab4 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], - format: ['esm'], // Build for commonJS and ESmodules + format: ['cjs', 'esm'], // Build for commonJS and ESmodules // dts: true, // Generate declaration file (.d.ts) dts: { compilerOptions: { From e3efb7aac40a0fe264aabc460620ac54fc46fe45 Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Mon, 8 Jun 2026 21:12:53 +0800 Subject: [PATCH 2/3] Update changelog --- docs-md/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-md/changelog.md b/docs-md/changelog.md index ec48a22d..acb38f70 100644 --- a/docs-md/changelog.md +++ b/docs-md/changelog.md @@ -5,6 +5,10 @@ id: changelog # Changelog +##### 4.3.2 + +- Fix issue build is not generating types + ##### 4.3.1 - Update `readableBytes` to support minimum unit From 4e19390f1e141879ce049067d957a1339756c3fc Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Mon, 8 Jun 2026 21:14:19 +0800 Subject: [PATCH 3/3] 4.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b5fd771..a943452c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-utils-pkg", - "version": "4.3.1", + "version": "4.3.2", "description": "A package of commonly used JavaScript utilities.", "keywords": [ "utilities",