From f8c95660fd4a5f89d1c73cd9ba71c21ee5189a72 Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Thu, 23 May 2024 14:15:02 +0800 Subject: [PATCH] chore(master): release 2.5.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c0d4c..2720713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.3](https://github.com/keq-request/keq/compare/v2.5.2...v2.5.3) (2024-05-23) + + +### Bug Fixes + +* retryTimes avoids throw errors caused by NaN ([a5ece3f](https://github.com/keq-request/keq/commit/a5ece3f8afec3c58d2daa3c5e1a2f85fae044665)) + ## [2.5.2](https://github.com/keq-request/keq/compare/v2.5.1...v2.5.2) (2024-05-22) diff --git a/package.json b/package.json index b6d8eba..bd5a8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keq", - "version": "2.5.2", + "version": "2.5.3", "description": "Request API write by Typescript for flexibility, readability, and a low learning curve.", "keywords": [ "request",