Skip to content

Commit 48eb8ed

Browse files
chore(release): 4.1.10 [skip ci]
## [4.1.10](v4.1.9...v4.1.10) (2024-12-05) ### Bug Fixes * use package.cjs import instead of requiring package.json ([#506](#506)) ([fad8a1e](fad8a1e))
1 parent fad8a1e commit 48eb8ed

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
@@ -1,3 +1,10 @@
1+
## [4.1.10](https://github.com/adobe/fetch/compare/v4.1.9...v4.1.10) (2024-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* use package.cjs import instead of requiring package.json ([#506](https://github.com/adobe/fetch/issues/506)) ([fad8a1e](https://github.com/adobe/fetch/commit/fad8a1eb6ee79a840ec0ef0aa17ed289ec185a24))
7+
18
## [4.1.9](https://github.com/adobe/fetch/compare/v4.1.8...v4.1.9) (2024-09-21)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/fetch",
3-
"version": "4.1.9",
3+
"version": "4.1.10",
44
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",
55
"main": "./src/index.js",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)