From 3f218615abb9de1510d9b8046595dad8f7547451 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Aug 2023 10:01:32 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @web-pacotes/networking@0.0.4 [skip ci] --- .changeset/sharp-bees-bathe.md | 12 ------------ CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/sharp-bees-bathe.md diff --git a/.changeset/sharp-bees-bathe.md b/.changeset/sharp-bees-bathe.md deleted file mode 100644 index e173083..0000000 --- a/.changeset/sharp-bees-bathe.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@web-pacotes/networking': patch ---- - -bugfix: fill cache and cors in copyWith -bugfix: disable dark mode for web demo -feat: isLeft and isRight predicates -bugfix: not able to pass object values directly in post function -refactor: replace granular HttpResponse types with type guards -feat: add way to access http body in a typed way -fix: web demo gh action not being able to access temp dir -docs: add usage and motivations diff --git a/CHANGELOG.md b/CHANGELOG.md index e5daff2..55572cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @web-pacotes/networking +## 0.0.4 + +### Patch Changes + +- 77e05ad: bugfix: fill cache and cors in copyWith + bugfix: disable dark mode for web demo + feat: isLeft and isRight predicates + bugfix: not able to pass object values directly in post function + refactor: replace granular HttpResponse types with type guards + feat: add way to access http body in a typed way + fix: web demo gh action not being able to access temp dir + docs: add usage and motivations + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index c762800..b8be3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-pacotes/networking", - "version": "0.0.3", + "version": "0.0.4", "description": "Yet another fetch based HTTP library :)", "main": "dist/index.js", "module": "dist/index.cjs",