diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b831b491f..318c4f3d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index e8afbd36e1..a598c6da70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client", - "version": "1.30.1", + "version": "1.30.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client", - "version": "1.30.1", + "version": "1.30.2", "license": "MIT", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", diff --git a/package.json b/package.json index 9fdcaee2ef..771a34b775 100644 --- a/package.json +++ b/package.json @@ -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",