Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.5](1.0.0-beta.4...1.0.0-beta.5) (2023-05-28)

### Bug Fixes

* **inequality:** remove wrong generics type ([b27518e](b27518e))

### Features

* **mod:** export releated types ([0f23f58](0f23f58))
* **mod:** export typeof validator constructor and related types ([1861650](1861650))
* **numeric:** improve acceptable type to expand bigint ([62b0245](62b0245))
* **positive_number:** expand to accept bigint ([4f6ed2d](4f6ed2d))
* **utils:** improve print data format ([6e3470d](6e3470d))
* **validation:** change assert options interface ([5c15def](5c15def))
  • Loading branch information
semantic-release-bot committed May 28, 2023
1 parent 62b0245 commit 561f483
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0-beta.5](https://github.com/TomokiMiyauci/abstruct/compare/1.0.0-beta.4...1.0.0-beta.5) (2023-05-28)


### Bug Fixes

* **inequality:** remove wrong generics type ([b27518e](https://github.com/TomokiMiyauci/abstruct/commit/b27518e2ac793be37c0d10574ada904b943df504))


### Features

* **mod:** export releated types ([0f23f58](https://github.com/TomokiMiyauci/abstruct/commit/0f23f58978af3fc80b2df601769ebfcd341a36fb))
* **mod:** export typeof validator constructor and related types ([1861650](https://github.com/TomokiMiyauci/abstruct/commit/18616508e8ff93cd8064c3e25be19403973978e4))
* **numeric:** improve acceptable type to expand bigint ([62b0245](https://github.com/TomokiMiyauci/abstruct/commit/62b0245933db62fa6691a6230f4e5d9c159209c7))
* **positive_number:** expand to accept bigint ([4f6ed2d](https://github.com/TomokiMiyauci/abstruct/commit/4f6ed2d01427ad7cb5c0da97fc51db3ca1c5a620))
* **utils:** improve print data format ([6e3470d](https://github.com/TomokiMiyauci/abstruct/commit/6e3470dc5cd3cf8aa2208f2e991872647d3e06fa))
* **validation:** change assert options interface ([5c15def](https://github.com/TomokiMiyauci/abstruct/commit/5c15defcf276dab3c6dc3a625aaa4f35a9de69ef))

# [1.0.0-beta.4](https://github.com/TomokiMiyauci/abstruct/compare/1.0.0-beta.3...1.0.0-beta.4) (2023-05-27)


Expand Down

0 comments on commit 561f483

Please sign in to comment.