Skip to content

Commit

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

### Features

* **extract:** add extract operators ([497626f](497626f))
* **logical:** add logical operators ([a159d31](a159d31))
* **mod:** export related modules ([e033f82](e033f82))
* **mod:** remove all API ([0919773](0919773))
* **query:** add query operators ([8ced6fd](8ced6fd))
* **spec:** add specification interface and type constructor ([1dfcc9a](1dfcc9a))
* **transform:** add transform operator ([9bb241b](9bb241b))

### BREAKING CHANGES

* **mod:** remove all API
  • Loading branch information
semantic-release-bot committed Jul 7, 2023
1 parent 897b17d commit 03e2db2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0-beta.1](https://github.com/TomokiMiyauci/result-js/compare/1.0.0...2.0.0-beta.1) (2023-07-07)


### Features

* **extract:** add extract operators ([497626f](https://github.com/TomokiMiyauci/result-js/commit/497626fc11ca6a2db4d10fc03f0b90fc4b4c4825))
* **logical:** add logical operators ([a159d31](https://github.com/TomokiMiyauci/result-js/commit/a159d31654ef33c2e21a5b42b63e17968f26e3f4))
* **mod:** export related modules ([e033f82](https://github.com/TomokiMiyauci/result-js/commit/e033f82713df356d3b9d8dffc69de424051a22e4))
* **mod:** remove all API ([0919773](https://github.com/TomokiMiyauci/result-js/commit/0919773137c0a7cf9c6270b5ed5bc34cf4b1ccb5))
* **query:** add query operators ([8ced6fd](https://github.com/TomokiMiyauci/result-js/commit/8ced6fd3fa099a52fef2a99757a3a2097c377eae))
* **spec:** add specification interface and type constructor ([1dfcc9a](https://github.com/TomokiMiyauci/result-js/commit/1dfcc9a4c6756c8d4fa1e93bad0b87b4be012a30))
* **transform:** add transform operator ([9bb241b](https://github.com/TomokiMiyauci/result-js/commit/9bb241bf639958d172a655a82dd9f247d2a58330))


### BREAKING CHANGES

* **mod:** remove all API

# 1.0.0 (2022-09-30)

### Bug Fixes
Expand Down

0 comments on commit 03e2db2

Please sign in to comment.