diff --git a/.changeset/rotten-swans-perform.md b/.changeset/rotten-swans-perform.md deleted file mode 100644 index d697625..0000000 --- a/.changeset/rotten-swans-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@web-pacotes/networking': patch ---- - -feat: allow library clients to specify media types other than those defined in the union type diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f56101..b1f4c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @web-pacotes/networking +## 0.0.12 + +### Patch Changes + +- 5c63e91: feat: allow library clients to specify media types other than those defined in the union type + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index c5bded0..5cccf5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-pacotes/networking", - "version": "0.0.11", + "version": "0.0.12", "description": "Yet another fetch based HTTP library :)", "main": "dist/index.cjs", "module": "dist/index.js",