We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1b426 commit 2603c67Copy full SHA for 2603c67
docs/CHANGELOG.md
@@ -4,8 +4,9 @@ All notable changes will be recorded here.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased] yyyy-mm-dd
+## v3.0.0
8
9
+- other: Marking v3 as stable
10
- docs: Add example for loading ESM from CommonJS (#1236)
11
12
## v3.0.0-beta.10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-fetch",
3
- "version": "3.0.0-beta.10",
+ "version": "3.0.0",
"description": "A light-weight module that brings Fetch API to node.js",
"main": "./src/index.js",
"sideEffects": false,
0 commit comments