Skip to content

Commit b6b88f1

Browse files
committed
chore(master): release 2.8.9
1 parent 2c82b01 commit b6b88f1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [2.8.9](https://github.com/keq-request/keq/compare/v2.8.8...v2.8.9) (2024-12-22)
6+
7+
8+
### Bug Fixes
9+
10+
* wrong type of .query/.set/.params ([b11b959](https://github.com/keq-request/keq/commit/b11b9591dbff167a2cbd4f925d196bbc83e39b63))
11+
12+
13+
### Performance Improvements
14+
15+
* support stict type checking for .send/.params/.set/.query ([2c82b01](https://github.com/keq-request/keq/commit/2c82b016a5032422ae52455c267066ac2c8ba7f0))
16+
517
## [2.8.8](https://github.com/keq-request/keq/compare/v2.8.7...v2.8.8) (2024-12-10)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keq",
3-
"version": "2.8.8",
3+
"version": "2.8.9",
44
"description": "Request API write by Typescript for flexibility, readability, and a low learning curve.",
55
"keywords": [
66
"request",

0 commit comments

Comments
 (0)