Skip to content

Commit

Permalink
chore(release): 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.1...v0.9.0) (2023-07-04)

### Bug Fixes

* refactoring bug of throwOnFailure option ([a555b2d](a555b2d))

### Features

* allow throwing error on invalid parsing input ([#312](#312)) ([3afd7f2](3afd7f2))
  • Loading branch information
semantic-release-bot committed Jul 4, 2023
1 parent b858a4c commit 157a910
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.9.0](https://github.com/Tada5hi/rapiq/compare/v0.8.1...v0.9.0) (2023-07-04)


### Bug Fixes

* refactoring bug of throwOnFailure option ([a555b2d](https://github.com/Tada5hi/rapiq/commit/a555b2d2e97dc33b35a5bd3b0bbdb2f9fdaab348))


### Features

* allow throwing error on invalid parsing input ([#312](https://github.com/Tada5hi/rapiq/issues/312)) ([3afd7f2](https://github.com/Tada5hi/rapiq/commit/3afd7f218402738a57f8b2c0bf241b2399024164))

## [0.8.1](https://github.com/Tada5hi/rapiq/compare/v0.8.0...v0.8.1) (2023-05-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapiq",
"version": "0.8.1",
"version": "0.9.0",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 157a910

Please sign in to comment.