diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d1b1e..f7565c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index db14b02..a217dce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "dependencies": { "ebec": "^1.1.0", diff --git a/package.json b/package.json index 4178a73..c7d0763 100644 --- a/package.json +++ b/package.json @@ -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",