Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tada5hi/rapiq
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 20, 2022
2 parents 177f5cd + e3c4ef9 commit 19f4fa5
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.2.5](https://github.com/Tada5hi/rapiq/compare/v0.2.4...v0.2.5) (2022-10-20)


### Bug Fixes

* add missing generic type argument for parameters ([01f1065](https://github.com/Tada5hi/rapiq/commit/01f1065fffcf3c0a3a753793d3c67ccf32d71a30))

## [0.2.4](https://github.com/Tada5hi/rapiq/compare/v0.2.3...v0.2.4) (2022-10-19)


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.2.4",
"version": "0.2.5",
"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 19f4fa5

Please sign in to comment.