Skip to content

Commit 2603c67

Browse files
authored
V3 stable release (node-fetch#1257)
* making v3 stable
1 parent 2f1b426 commit 2603c67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ All notable changes will be recorded here.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] yyyy-mm-dd
7+
## v3.0.0
88

9+
- other: Marking v3 as stable
910
- docs: Add example for loading ESM from CommonJS (#1236)
1011

1112
## v3.0.0-beta.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fetch",
3-
"version": "3.0.0-beta.10",
3+
"version": "3.0.0",
44
"description": "A light-weight module that brings Fetch API to node.js",
55
"main": "./src/index.js",
66
"sideEffects": false,

0 commit comments

Comments
 (0)