Skip to content

Commit 0922089

Browse files
committed
chore(release): 3.1.8
1 parent 6669927 commit 0922089

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [3.1.8](https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8) (2023-07-02)
6+
7+
8+
### Bug Fixes
9+
10+
* restored caret on node-fetch version ([6669927](https://github.com/lquixada/cross-fetch/commit/666992742ef7cbc9a405189f05e0bea4ebbe11fa))
11+
512
### [3.1.7](https://github.com/lquixada/cross-fetch/compare/v3.1.7-test.1...v3.1.7) (2023-07-01)
613

714
### [3.1.6](https://github.com/lquixada/cross-fetch/compare/v3.1.5...v3.1.6) (2023-05-14)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-fetch",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
55
"homepage": "https://github.com/lquixada/cross-fetch",
66
"main": "dist/node-ponyfill.js",

0 commit comments

Comments
 (0)