Skip to content

Commit

Permalink
Merge pull request #40 from web-pacotes/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
freitzzz authored Aug 13, 2023
2 parents 77e05ad + 3f21861 commit 6005a78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/sharp-bees-bathe.md

This file was deleted.

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

0 comments on commit 6005a78

Please sign in to comment.