Skip to content

Commit 03e68e4

Browse files
authored
release/1.30.0 (#2105)
* chore: update changelog * 1.30.0
1 parent e48ce1a commit 03e68e4

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@ The following changes are pending, and will be applied on the next major release
1414

1515
## [Unreleased]
1616

17+
The following changes have been implemented but not released yet:
18+
19+
## [1.30.0] - 2023-07-30
20+
1721
### New features
1822

1923
- `validateContainedResourcesAll`: In addition to the change to `getContainedResourcesAll`
2024
described in the Bugfix section, a new function is added to the API to help detecting
2125
incorrect containment claims.
2226

23-
### Patch
24-
25-
The following changes have been implemented but not released yet:
27+
### Bugfixes
2628

2729
- `getProfileAll` now also follows `rdfs:seeAlso` when discovering extended profiles.
28-
29-
### Bugfix
30-
3130
- When listing contained resources with `getContainedResourcesAll`, resources that
3231
are not direct child resources of the target container from a URL path semantics
3332
perspective are no longer returned. This means `https://pod.example.org/foo/bar/moo`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/solid-client",
33
"description": "Make your web apps work with Solid Pods.",
4-
"version": "1.29.0",
4+
"version": "1.30.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)