Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Mar 22, 2021
1 parent ca9dc9e commit aa6f44f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/nasty-snails-chew.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.3

### Patch Changes

- ca9dc9e: Web: Do not capture the global fetch function

The problem is that tools which monkey-patch the `Window.fetch`, such as Sentry, would not work with alcaeus if it captures the original fetch function before patching happens

## 1.1.2

### 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": "alcaeus",
"version": "1.1.2",
"version": "1.1.3",
"description": "Hydra Core hypermedia-aware client library",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit aa6f44f

Please sign in to comment.