Skip to content

Commit

Permalink
bump version to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Jun 15, 2024
1 parent f72a7e5 commit 9e509eb
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.4.5 (2024-06-15)
### Features

Add new factory `fromPromiseableResult`

## rustlike-result v0.4.4 (2024-06-08)
### 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.4",
"version": "0.4.5",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down

0 comments on commit 9e509eb

Please sign in to comment.