Skip to content

Commit

Permalink
bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Mar 17, 2024
1 parent 01cce7c commit ee6e0f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# CHANGELOG
## rustlike-result v0.4.1 (2024-03-17)
### Features

Support new methods:
- `inspectAsync`
- `inspectErrAsync`

## rustlike-result v0.4.0 (2024-03-03)
### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ The Rust-like `Result` implements the following methods:
| mapOr / mapOrAsync | [map_or] |
| mapOrElse / mapOrElseAsync | [map_or_else] |
| mapErr / mapErrAsync | [map_err] |
| inspect | [inspect] |
| inspectErr | [inspect_err] |
| inspect / inspectAsync | [inspect] |
| inspectErr / inspectErrAsync | [inspect_err] |
| expect | [expect] |
| unwrap | [unwrap] |
| expectErr | [expect_err] |
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.4.0",
"version": "0.4.1",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down

0 comments on commit ee6e0f4

Please sign in to comment.