Comparing version 0.18.2 to 0.18.3
@@ -5,2 +5,9 @@ # Changelog | ||
## 0.18.3 | ||
### Documentation | ||
* Fix the link to API documentations. | ||
## 0.18.2 | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "option-t", | ||
"version": "0.18.2", | ||
"version": "0.18.3", | ||
"description": "Option type implementation whose APIs are inspired by Rust's `Option<T>`.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -57,5 +57,4 @@ # option-t | ||
* [Type Definition](./option-t.d.ts) | ||
* Implementation: See inline JSDoc. | ||
* [`Option<T>`](./src/OptionT.js) | ||
* [`Option<T>`](./src/Option.d.ts) | ||
* [`Result<T, E>`](./src/Result.d.ts) | ||
@@ -62,0 +61,0 @@ |
63443
219