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.1 (#165)
Browse files Browse the repository at this point in the history
* Prepare 1.0.1 release

* 1.0.1
  • Loading branch information
NSeydoux authored Mar 13, 2023
1 parent fa4aaa8 commit 2a38880
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The following changes have been implemented but not released yet:

## [Unreleased]

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

### Bugfixes

- Fixes ESM build on Node 16: an incorrect use of dynamic imports broke the ESM
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.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit 2a38880

Please sign in to comment.