diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dbe41a..783f99a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/Tada5hi/rapiq/compare/v0.2.0...v0.2.1) (2022-10-18) + + +### Bug Fixes + +* parse query relations typing and allowed matching ([b60f9f4](https://github.com/Tada5hi/rapiq/commit/b60f9f4649a2353534e1279a2c50f08dec64c53a)) + # [0.2.0](https://github.com/Tada5hi/rapiq/compare/v0.1.1...v0.2.0) (2022-10-18) diff --git a/package-lock.json b/package-lock.json index 1113cb77..f8eedb06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "minimatch": "^5.1.0", diff --git a/package.json b/package.json index 2f592970..a4879f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.2.0", + "version": "0.2.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",