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": { ".": {