Skip to content

Commit

Permalink
chore(release): 0.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.1](v0.8.0...v0.8.1) (2023-05-29)

### Bug Fixes

* apply defaults if parse input has no parameter keys ([c4ba303](c4ba303))
* **deps:** bump smob to v1.x ([978da3a](978da3a))
* simplify build query string util ([7e7eb28](7e7eb28))
* use custom merger for parameters ([4ff0ca5](4ff0ca5))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 4cd3669 commit 23ceb43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.8.1](https://github.com/Tada5hi/rapiq/compare/v0.8.0...v0.8.1) (2023-05-29)


### Bug Fixes

* apply defaults if parse input has no parameter keys ([c4ba303](https://github.com/Tada5hi/rapiq/commit/c4ba3036da2b4c5bbd02411f8f54787bc7e90953))
* **deps:** bump smob to v1.x ([978da3a](https://github.com/Tada5hi/rapiq/commit/978da3adfe399749b4afb91d901b84cc736641c7))
* simplify build query string util ([7e7eb28](https://github.com/Tada5hi/rapiq/commit/7e7eb28372900f4c2c09a99460dfa179fe49b837))
* use custom merger for parameters ([4ff0ca5](https://github.com/Tada5hi/rapiq/commit/4ff0ca5fc18065c515090d01e87244f1a9fbba10))

# [0.8.0](https://github.com/Tada5hi/rapiq/compare/v0.7.0...v0.8.0) (2023-02-14)


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.0",
"version": "0.8.1",
"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 23ceb43

Please sign in to comment.