From ab7f5a609e2c2f87c805a6edbb057da740a1d0b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Oct 2022 15:15:15 +0000 Subject: [PATCH] chore(release): 0.1.1 [skip ci] ## [0.1.1](https://github.com/Tada5hi/rapiq/compare/v0.1.0...v0.1.1) (2022-10-18) ### Bug Fixes * filter array value transformation + removed unnecessary methods ([a02767a](https://github.com/Tada5hi/rapiq/commit/a02767a5149fd0088a83a6b97035dc30badd5b41)) * query parameter building + enhanced generation ([40d56c4](https://github.com/Tada5hi/rapiq/commit/40d56c438c25c4a35fdef1a6b3c2ab72e02ebdf7)) --- 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 d5e85e9b..0ac1e4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.1.1](https://github.com/Tada5hi/rapiq/compare/v0.1.0...v0.1.1) (2022-10-18) + + +### Bug Fixes + +* filter array value transformation + removed unnecessary methods ([a02767a](https://github.com/Tada5hi/rapiq/commit/a02767a5149fd0088a83a6b97035dc30badd5b41)) +* query parameter building + enhanced generation ([40d56c4](https://github.com/Tada5hi/rapiq/commit/40d56c438c25c4a35fdef1a6b3c2ab72e02ebdf7)) + # [0.1.0](https://github.com/Tada5hi/rapiq/compare/v0.0.6...v0.1.0) (2022-10-15) diff --git a/package-lock.json b/package-lock.json index c6ce0c44..57b46d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiq", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rapiq", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "minimatch": "^5.1.0", diff --git a/package.json b/package.json index 7d580f62..8ab4a237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiq", - "version": "0.1.0", + "version": "0.1.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",