From 623c8b02c57dbcfd08a46e7cbe2f2a451199fa74 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 22 Oct 2021 17:53:46 +0200 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bafdad..3b810a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.4.0](https://github.com/unjs/ohmyfetch/compare/v0.3.2...v0.4.0) (2021-10-22) + + +### ⚠ BREAKING CHANGES + +* upgrade to node-fetch 3.x + +### Features + +* upgrade to node-fetch 3.x ([ec51edf](https://github.com/unjs/ohmyfetch/commit/ec51edf1fd53e4ab4ef99ec3253ea95353abb50e)) + ### [0.3.2](https://github.com/unjs/ohmyfetch/compare/v0.3.1...v0.3.2) (2021-10-22) diff --git a/package.json b/package.json index f308f0e..2c9f3c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohmyfetch", - "version": "0.3.2", + "version": "0.4.0", "description": "oh-my-fetch", "repository": "unjs/ohmyfetch", "license": "MIT",