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

Commit

Permalink
Release/v1.0.2 (#269)
Browse files Browse the repository at this point in the history
* chore: prepare changelog for v1.0.2

* 1.0.2
  • Loading branch information
jeswr authored Jul 5, 2023
1 parent f49bdd8 commit a2afe19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The following changes have been implemented but not released yet:

## [Unreleased]

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

### Bugfixes

- Adds a relative `./` paths in the browser entry for the package.json. This
ensures that rollup correctly resolves to the correct files when generating
browser bundles.

## [1.0.1](https://github.com/inrupt/universal-fetch/releases/tag/v1.0.1) - 2023-03-13

### 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.1",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit a2afe19

Please sign in to comment.