diff --git a/CHANGELOG.md b/CHANGELOG.md index 19daa7ca..0c997c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.6](https://github.com/Tada5hi/rapiq/compare/v0.6.5...v0.6.6) (2023-01-18) + + +### Bug Fixes + +* avoid nullish coalescing operator ([2f98bc1](https://github.com/Tada5hi/rapiq/commit/2f98bc18c5714732b4e234776f1a8b7aab372a71)) + ## [0.6.5](https://github.com/Tada5hi/rapiq/compare/v0.6.4...v0.6.5) (2023-01-18) diff --git a/package-lock.json b/package-lock.json index c3bd2c65..0a82b1c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.6.5", + "version": "0.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.6.5", + "version": "0.6.6", "license": "MIT", "dependencies": { "smob": "^0.0.7" diff --git a/package.json b/package.json index 45694fec..4aebdbf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.6.5", + "version": "0.6.6", "description": "A tiny library which provides utility types/functions for request and response query handling.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",