diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c997c5c..f3da4f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.7.0](https://github.com/Tada5hi/rapiq/compare/v0.6.6...v0.7.0) (2023-01-27) + + +### Features + +* refactor build pipeline & replaced babel with swc ([a3dcc53](https://github.com/Tada5hi/rapiq/commit/a3dcc53d60164d0950221bdaa6ed9eacfa8d9c60)) + ## [0.6.6](https://github.com/Tada5hi/rapiq/compare/v0.6.5...v0.6.6) (2023-01-18) diff --git a/package-lock.json b/package-lock.json index 3e80029e..ba5d0bb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.6.6", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.6.6", + "version": "0.7.0", "license": "MIT", "dependencies": { "smob": "^0.1.0" diff --git a/package.json b/package.json index eb9d4bea..f70dc6a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.6.6", + "version": "0.7.0", "description": "A tiny library which provides utility types/functions for request and response query handling.", "main": "dist/index.cjs", "module": "dist/index.mjs",