diff --git a/CHANGELOG.md b/CHANGELOG.md index 783f99a7..fc570fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.2](https://github.com/Tada5hi/rapiq/compare/v0.2.1...v0.2.2) (2022-10-19) + + +### Bug Fixes + +* allow global default-path for parse-query method ([2580bb9](https://github.com/Tada5hi/rapiq/commit/2580bb930ec40cd1550d67fbf20a9e88bdca9505)) + ## [0.2.1](https://github.com/Tada5hi/rapiq/compare/v0.2.0...v0.2.1) (2022-10-18) diff --git a/package-lock.json b/package-lock.json index f8eedb06..a430981f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "minimatch": "^5.1.0", diff --git a/package.json b/package.json index a4879f62..a601c7e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.2.1", + "version": "0.2.2", "description": "A tiny library which provides utility types/functions for request and response query handling.", "main": "./dist/index.js", "typings": "dist/index.d.ts",