Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.1...v2.0.0) (2023-02-18)

### Features

* support ESM, CJS and UMD ([41cb518](41cb518))

### BREAKING CHANGES

* `fetch-magic` not only support UMD but also ESM and CJS for your module type
  • Loading branch information
semantic-release-bot committed Feb 18, 2023
1 parent c429038 commit 935f7c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 935f7c2

Please sign in to comment.