Skip to content

Commit

Permalink
Release v1.30.2 (#2201)
Browse files Browse the repository at this point in the history
* Update changelog for v1.30.2

* 1.30.2

---------

Co-authored-by: Jesse Wright <[email protected]>
  • Loading branch information
NSeydoux and jeswr authored Sep 27, 2023
1 parent 8d8183e commit 5a52c25
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 @@ -16,6 +16,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:

## [1.30.2] - 2023-09-26

### Bugfixes

- [1549](https://github.com/inrupt/solid-client-js/issues/1549): The universal API had a bug preventing it from handling correctly resources with a missing ACL. This is now resolved, and it correctly proceeds to creating the target ACL if required.
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.1",
"version": "1.30.2",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

1 comment on commit 5a52c25

@vercel
Copy link

@vercel vercel bot commented on 5a52c25 Sep 27, 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-js-inrupt.vercel.app
solid-client.vercel.app
solid-client-js-git-main-inrupt.vercel.app

Please sign in to comment.