Skip to content

Commit

Permalink
chore(release): 0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.1](v0.4.0...v0.4.1) (2022-10-28)

### Bug Fixes

* allow enable/disable parameter parsing by boolean for parseQuery ([2b29f41](2b29f41))
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent 33affe2 commit c131ff6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.1](https://github.com/Tada5hi/rapiq/compare/v0.4.0...v0.4.1) (2022-10-28)


### Bug Fixes

* allow enable/disable parameter parsing by boolean for parseQuery ([2b29f41](https://github.com/Tada5hi/rapiq/commit/2b29f41ed17ff1cd93b5b60ad0deedd92cc1ee41))

# [0.4.0](https://github.com/Tada5hi/rapiq/compare/v0.3.2...v0.4.0) (2022-10-28)


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.4.0",
"version": "0.4.1",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit c131ff6

Please sign in to comment.