Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-10-14)

### Bug Fixes

* **results:** not export internal implementation ([e747c02](e747c02))

### Features

* **results:** add minimum `Result` definition ([453ef9a](453ef9a))
* **types:** re-define container types ([583faa4](583faa4))
* **utils:** add `isOk` and `isErr` function ([6190e3c](6190e3c))
* **utils:** add `match` function that provide pattern matching ([0659cf2](0659cf2))
* **utils:** add `unsafe` function that handle dangerous code and convert to container ([0d9e540](0d9e540))
  • Loading branch information
semantic-release-bot committed Oct 14, 2022
1 parent a8ff59d commit 1093ef4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.0.0 (2022-10-14)


### Bug Fixes

* **results:** not export internal implementation ([e747c02](https://github.com/TomokiMiyauci/result-js/commit/e747c028af7c4e0396a15540d482fe3aa8f774d0))


### Features

* **results:** add minimum `Result` definition ([453ef9a](https://github.com/TomokiMiyauci/result-js/commit/453ef9aa14e6b8fd6702c82084724520d2cce33a))
* **types:** re-define container types ([583faa4](https://github.com/TomokiMiyauci/result-js/commit/583faa4a790a63a2f2ef84f5b17b6a14396de385))
* **utils:** add `isOk` and `isErr` function ([6190e3c](https://github.com/TomokiMiyauci/result-js/commit/6190e3cb57660cd841d4301865d6b5c920bf972e))
* **utils:** add `match` function that provide pattern matching ([0659cf2](https://github.com/TomokiMiyauci/result-js/commit/0659cf2b053c5b1e2a992adbc7fcf57dd1de668a))
* **utils:** add `unsafe` function that handle dangerous code and convert to container ([0d9e540](https://github.com/TomokiMiyauci/result-js/commit/0d9e540bd67dae4bff258de0140c0832d9102dc4))

# 1.0.0 (2022-09-30)


Expand Down

0 comments on commit 1093ef4

Please sign in to comment.