Skip to content

Commit

Permalink
chore(release): 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.1](v0.1.0...v0.1.1) (2022-10-18)

### Bug Fixes

* filter array value transformation + removed unnecessary methods ([a02767a](a02767a))
* query parameter building + enhanced generation ([40d56c4](40d56c4))
  • Loading branch information
semantic-release-bot committed Oct 18, 2022
1 parent a0cfb26 commit ab7f5a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.1.1](https://github.com/Tada5hi/rapiq/compare/v0.1.0...v0.1.1) (2022-10-18)


### Bug Fixes

* filter array value transformation + removed unnecessary methods ([a02767a](https://github.com/Tada5hi/rapiq/commit/a02767a5149fd0088a83a6b97035dc30badd5b41))
* query parameter building + enhanced generation ([40d56c4](https://github.com/Tada5hi/rapiq/commit/40d56c438c25c4a35fdef1a6b3c2ab72e02ebdf7))

# [0.1.0](https://github.com/Tada5hi/rapiq/compare/v0.0.6...v0.1.0) (2022-10-15)


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.1.0",
"version": "0.1.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 ab7f5a6

Please sign in to comment.