From 935f7c2461313304a8128a3b0c31dd6ce71a5d1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Feb 2023 03:36:15 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/hiroki0525/fetch-magic/compare/v1.1.1...v2.0.0) (2023-02-18) ### Features * support ESM, CJS and UMD ([41cb518](https://github.com/hiroki0525/fetch-magic/commit/41cb5180f3f8c2ee9ed045495b336af3ee00b6c2)) ### BREAKING CHANGES * `fetch-magic` not only support UMD but also ESM and CJS for your module type --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b017b..a670455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/hiroki0525/fetch-magic/compare/v1.1.1...v2.0.0) (2023-02-18) + + +### Features + +* support ESM, CJS and UMD ([41cb518](https://github.com/hiroki0525/fetch-magic/commit/41cb5180f3f8c2ee9ed045495b336af3ee00b6c2)) + + +### BREAKING CHANGES + +* `fetch-magic` not only support UMD but also ESM and CJS for your module type + ## [1.1.1](https://github.com/hiroki0525/fetch-magic/compare/v1.1.0...v1.1.1) (2022-11-13) diff --git a/package-lock.json b/package-lock.json index f0d64f8..dc30e8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fetch-magic", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fetch-magic", - "version": "1.1.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "cross-fetch": "^3.1.5", diff --git a/package.json b/package.json index 6a9bc7b..13e437e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-magic", - "version": "1.1.1", + "version": "2.0.0", "description": "This is magic 🧙‍️🧙‍️", "main": "dist/index.cjs.js", "module": "dist/index.es.js",