From 65ff874bfc2edbf4e3c16bdb76df36f0349a754b Mon Sep 17 00:00:00 2001 From: yifanwww Date: Wed, 3 Jan 2024 01:56:04 +0800 Subject: [PATCH] bump version to v0.3.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cb254..977139b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # CHANGELOG +## rustlike-result v0.3.2 (2024-01-02) +### Bug Fixes + +Correct `exports` in package.json, run commonjs code in Node.js environment, while the bundlers can still bundle the fake esm code. + ## rustlike-result v0.3.1 (2023-09-24) ### Features diff --git a/package.json b/package.json index 1f1beae..4232473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustlike-result", - "version": "0.3.1", + "version": "0.3.2", "description": "Rust-like Result for Javascript", "exports": { ".": {