@whatwg-node/fetch 0.5.4-alpha-20221230003229-556f2f2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
- ## 0.5.4-alpha-20221230003229-556f2f2
3
+ ## 0.5.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#237](https://github.com/ardatan/whatwg-node/pull/237) [`b4f4d6a`](https://github.com/ardatan/whatwg-node/commit/b4f4d6a07770bc1e9470b9e7fe7c239e75dd803b) Thanks [@enisdenjo](https://github.com/enisdenjo)! - http2 support when using Node ponyfill
7
+ - [#237](https://github.com/ardatan/whatwg-node/pull/237) [`166102f`](https://github.com/ardatan/whatwg-node/commit/166102f6ff52d2197ab7f78c63392b95ebca259c) Thanks [@enisdenjo](https://github.com/enisdenjo)! - http2 support when using Node ponyfill
8
8
 
9
9
  ## 0.5.3
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.5.4-alpha-20221230003229-556f2f2",
3
+ "version": "0.5.4",
4
4
  "description": "Cross Platform Smart Fetch Ponyfill",
5
5
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
6
6
  "repository": {