Skip to content

Commit

Permalink
bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Jan 2, 2024
1 parent 4824383 commit 65ff874
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustlike-result",
"version": "0.3.1",
"version": "0.3.2",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down

0 comments on commit 65ff874

Please sign in to comment.