Skip to content

Commit

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

- Remove type limit of `equal` method
- Add doc examples for Rust-like Result methods

## rustlike-result v0.4.1 (2024-03-17)
### 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.4.1",
"version": "0.4.2",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down

0 comments on commit a8e4b3c

Please sign in to comment.