Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
v1.0.3 (#302)
Browse files Browse the repository at this point in the history
* chore: prepare changelog

* 1.0.3
  • Loading branch information
jeswr authored Aug 8, 2023
1 parent 31585cc commit 8948679
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The following changes have been implemented but not released yet:

## [Unreleased]

## [1.0.3](https://github.com/inrupt/universal-fetch/releases/tag/v1.0.3) - 2023-08-07

### Bugfixes

- Adds a `browser` entry to the exports field. This ensures that esbuild correctly
resolves to the correct files when generating browser bundles.

## [1.0.2](https://github.com/inrupt/universal-fetch/releases/tag/v1.0.2) - 2023-07-05

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/universal-fetch",
"description": "A library to access fetch from any JavaScript / TypeScript environment",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit 8948679

Please sign in to comment.