Skip to content

Commit

Permalink
release/v2.0.0 (#2295)
Browse files Browse the repository at this point in the history
* chore: update changelog

* 2.0.0
  • Loading branch information
jeswr authored Dec 19, 2023
1 parent f9bf610 commit 02ed468
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 @@ -10,6 +10,8 @@ The following changes are pending, and will be applied on the next major release

The following changes have been implemented but not released yet:

## [2.0.0] - 2023-12-19

### Breaking Changes

- Use the global `fetch` function instead of `@inrupt/universal-fetch`. This means this library now only works
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/solid-client",
"description": "Make your web apps work with Solid Pods.",
"version": "1.30.2",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

1 comment on commit 02ed468

@vercel
Copy link

@vercel vercel bot commented on 02ed468 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solid-client-js – ./

solid-client.vercel.app
solid-client-js-git-main-inrupt.vercel.app
solid-client-js-inrupt.vercel.app

Please sign in to comment.