Skip to content

Commit

Permalink
chore: release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Feb 25, 2022
1 parent b89721e commit 56014f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [1.7.1](https://www.github.com/keq-request/keq/compare/v1.7.0...v1.7.1) (2022-02-24)


### Bug Fixes

* cannot import URL from url package ([b89721e](https://www.github.com/keq-request/keq/commit/b89721ed4c865ff570e32653b76a884cbc6a8db6))
* esm parse failed ([b95a97c](https://www.github.com/keq-request/keq/commit/b95a97c35ebf06a4c938e09312ec88fc1c9b9050))

## [1.7.0](https://www.github.com/keq-request/keq/compare/v1.6.6...v1.7.0) (2022-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "keq",
"main": "lib/index.js",
"module": "es/index.js",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"types": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 56014f7

Please sign in to comment.