Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2022-09-30)

### Features

* **results:** add minimum `Result` definition ([5a8b79f](5a8b79f))
* **types:** re-define container types ([c5b064b](c5b064b))
* **utils:** add `isOk` and `isErr` function ([7e88616](7e88616))
* **utils:** add `match` function that provide pattern matching ([4ca50bc](4ca50bc))
* **utils:** add `unsafe` function that handle dangerous code and convert to container ([9b2d549](9b2d549))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent a6afe30 commit 24254db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 1.0.0-beta.1 (2022-09-30)


### Features

* **results:** add minimum `Result` definition ([5a8b79f](https://github.com/TomokiMiyauci/result-js/commit/5a8b79ff4e0cfaba6631eb8306b856c2f1173e02))
* **types:** re-define container types ([c5b064b](https://github.com/TomokiMiyauci/result-js/commit/c5b064ba28afacf1384dcbdbc7fd38e5299278c0))
* **utils:** add `isOk` and `isErr` function ([7e88616](https://github.com/TomokiMiyauci/result-js/commit/7e886161b8a5ae5cf65e75e80239b685cfbf3770))
* **utils:** add `match` function that provide pattern matching ([4ca50bc](https://github.com/TomokiMiyauci/result-js/commit/4ca50bc9c1e181eb14e3de13602227e1fddd14da))
* **utils:** add `unsafe` function that handle dangerous code and convert to container ([9b2d549](https://github.com/TomokiMiyauci/result-js/commit/9b2d54960c2a0a097020ae4cdb14247ece42d0e2))

0 comments on commit 24254db

Please sign in to comment.