diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffc94d55f..499cecb510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,20 +14,19 @@ The following changes are pending, and will be applied on the next major release ## [Unreleased] +The following changes have been implemented but not released yet: + +## [1.30.0] - 2023-07-30 + ### New features - `validateContainedResourcesAll`: In addition to the change to `getContainedResourcesAll` described in the Bugfix section, a new function is added to the API to help detecting incorrect containment claims. -### Patch - -The following changes have been implemented but not released yet: +### Bugfixes - `getProfileAll` now also follows `rdfs:seeAlso` when discovering extended profiles. - -### Bugfix - - When listing contained resources with `getContainedResourcesAll`, resources that are not direct child resources of the target container from a URL path semantics perspective are no longer returned. This means `https://pod.example.org/foo/bar/moo` diff --git a/package-lock.json b/package-lock.json index db8505092a..a50d392262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client", - "version": "1.29.0", + "version": "1.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client", - "version": "1.29.0", + "version": "1.30.0", "license": "MIT", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", diff --git a/package.json b/package.json index b3f89c06db..794de1275a 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.29.0", + "version": "1.30.0", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",