Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Sep 16, 2023
1 parent da5d77e commit ca77fb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# CHANGELOG
## rustlike-result v0.2.0 (2023-09-17)
### Features

Adds resultify help funtions
- `resultify`
- `resultify.sync`
- `resultify.promise`

## rustlike-result v0.1.0 (2023-09-13)
### 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.1.0",
"version": "0.2.0",
"description": "Rust-like Result for Javascript",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit ca77fb5

Please sign in to comment.