diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff1ea8a..9af30f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 46d17bad..6349f95a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "dependencies": { "minimatch": "^5.1.0", diff --git a/package.json b/package.json index 4b90db4b..88dbdcaa 100644 --- a/package.json +++ b/package.json @@ -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",