Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
faramozzayw committed Mar 12, 2021
1 parent c6614ed commit b7dae2d
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,3 +1,9 @@
## 0.3.1 (March 12, 2021)

Fix:

- Unexpected behavior when data is `false`

## 0.3.0 (February 2, 2021)

Added a new type - `Vector`. `Vector` combines methods from [`Iterator`](https://doc.rust-lang.org/std/iter/trait.Iterator.html) and [`Vector`](https://doc.rust-lang.org/std/vec/struct.Vec.html). Also there are all methods from JS array.
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": "@faramo.zayw/rustype",
"version": "0.3.0",
"version": "0.3.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"description": "Type safe Option and Result from the Rust programming language.",
Expand Down

1 comment on commit b7dae2d

@vercel
Copy link

@vercel vercel bot commented on b7dae2d Mar 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.