diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 51a11ce6..a1a4bf28 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.3](https://www.github.com/web-std/io/compare/fetch-v3.0.2...fetch-v3.0.3) (2022-01-28) + + +### Bug Fixes + +* include dist/index.cjs in files ([#47](https://www.github.com/web-std/io/issues/47)) ([2a12474](https://www.github.com/web-std/io/commit/2a1247404650bf5b6662fa520248bf07ae457987)) + ### [3.0.2](https://www.github.com/web-std/io/compare/fetch-v3.0.1...fetch-v3.0.2) (2022-01-21) diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 11127998..410b73ca 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@web-std/fetch", - "version": "3.0.2", + "version": "3.0.3", "description": "Web compatible Fetch API implementation for node.js", "main": "./dist/index.cjs", "module": "./src/index.js",