diff --git a/CHANGELOG.md b/CHANGELOG.md index d463d3d1..3b102d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/Tada5hi/rapiq/compare/v0.4.1...v0.5.0) (2022-11-27) + + +### Features + +* allow null value in filter list ([a264d6c](https://github.com/Tada5hi/rapiq/commit/a264d6cce4e43bb0543b2f57d32a34b1bee04f4d)) + ## [0.4.1](https://github.com/Tada5hi/rapiq/compare/v0.4.0...v0.4.1) (2022-10-28) diff --git a/package-lock.json b/package-lock.json index fa2f1333..56906886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "minimatch": "^5.1.0", diff --git a/package.json b/package.json index 12e29b46..345bb312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.4.1", + "version": "0.5.0", "description": "A tiny library which provides utility types/functions for request and response query handling.", "main": "./dist/index.js", "typings": "dist/index.d.ts",