From 70b312d8593cf60787234130ccccd9329f167407 Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Tue, 14 May 2024 10:50:53 +0800 Subject: [PATCH] chore(master): release 2.3.4 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84be7b..7192d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.3.4](https://github.com/keq-request/keq/compare/v2.3.3...v2.3.4) (2024-05-14) + + +### Bug Fixes + +* avoid repeatedly defining response causing errors to be throw ([fc4d0ab](https://github.com/keq-request/keq/commit/fc4d0abf47a35e894fb31f9284e4fa3947c99383)) +* missing typescript definition ([fff9046](https://github.com/keq-request/keq/commit/fff9046a5d10d264d4aeef918aaeb986056abd67)) + + +### Performance Improvements + +* baseOrigin(origin) return this ([d50773c](https://github.com/keq-request/keq/commit/d50773c00eeaf87850c1ee621dc75d920d6897ba)) +* use http://127.0.0.1 as baseOrigin in nodejs ([22f0202](https://github.com/keq-request/keq/commit/22f0202c21c83d128f86f9c0270b124018ce515d)) + ## [2.3.3](https://github.com/keq-request/keq/compare/v2.3.2...v2.3.3) (2024-05-10) diff --git a/package.json b/package.json index 46ff9a6..367a404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keq", - "version": "2.3.3", + "version": "2.3.4", "description": "Request API write by Typescript for flexibility, readability, and a low learning curve.", "keywords": [ "request",