From e38de51df12af9a122c0d539b630862af9fdbc51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Oct 2022 13:20:56 +0000 Subject: [PATCH] chore(release): 0.2.6 [skip ci] ## [0.2.6](https://github.com/Tada5hi/rapiq/compare/v0.2.5...v0.2.6) (2022-10-20) ### Bug Fixes * applying default fields with alias ([177f5cd](https://github.com/Tada5hi/rapiq/commit/177f5cd1cd25d63388bcddad173341811eb05f2c)) * length comparision for key with alias ([0ebf707](https://github.com/Tada5hi/rapiq/commit/0ebf7071369e4b6297213ecfbb95c4fa89fa3171)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af30f1d..3142928d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.2.6](https://github.com/Tada5hi/rapiq/compare/v0.2.5...v0.2.6) (2022-10-20) + + +### Bug Fixes + +* applying default fields with alias ([177f5cd](https://github.com/Tada5hi/rapiq/commit/177f5cd1cd25d63388bcddad173341811eb05f2c)) +* length comparision for key with alias ([0ebf707](https://github.com/Tada5hi/rapiq/commit/0ebf7071369e4b6297213ecfbb95c4fa89fa3171)) + ## [0.2.5](https://github.com/Tada5hi/rapiq/compare/v0.2.4...v0.2.5) (2022-10-20) diff --git a/package-lock.json b/package-lock.json index 6349f95a..fc7f63b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.2.5", + "version": "0.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.2.5", + "version": "0.2.6", "license": "MIT", "dependencies": { "minimatch": "^5.1.0", diff --git a/package.json b/package.json index 88dbdcaa..f3b0d33c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.2.5", + "version": "0.2.6", "description": "A tiny library which provides utility types/functions for request and response query handling.", "main": "./dist/index.js", "typings": "dist/index.d.ts",