Skip to content

Commit

Permalink
V3 stable release (#1257)
Browse files Browse the repository at this point in the history
* making v3 stable
  • Loading branch information
jimmywarting committed Aug 31, 2021
1 parent 2f1b426 commit 2603c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Expand Up @@ -4,8 +4,9 @@ All notable changes will be recorded here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] yyyy-mm-dd
## v3.0.0

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

## v3.0.0-beta.10
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-fetch",
"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,
Expand Down

0 comments on commit 2603c67

Please sign in to comment.