From 2603c67f1840fb4a43e0837099a3b2725e8f615e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Tue, 31 Aug 2021 17:54:19 +0200 Subject: [PATCH] V3 stable release (#1257) * making v3 stable --- docs/CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index efa2e1b4e..71ec19ae7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4ea91fa5c..6252c2125 100644 --- a/package.json +++ b/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,