diff --git a/CHANGELOG.md b/CHANGELOG.md index fab79aa..97b017b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/hiroki0525/fetch-magic/compare/v1.1.0...v1.1.1) (2022-11-13) + + +### Bug Fixes + +* remove urlcat from rollup external ([8e9cbd5](https://github.com/hiroki0525/fetch-magic/commit/8e9cbd5ebe0dd0ecdfc5c624f2854206ea2c0b1a)) + # [1.1.0](https://github.com/hiroki0525/fetch-magic/compare/v1.0.0...v1.1.0) (2022-11-13) diff --git a/package-lock.json b/package-lock.json index 12be036..34e89e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fetch-magic", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fetch-magic", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "cross-fetch": "^3.1.5", diff --git a/package.json b/package.json index a0bd9ef..a8ffcd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-magic", - "version": "1.1.0", + "version": "1.1.1", "description": "This is magic🥳", "main": "dist/index.js", "types": "dist/index.d.ts",