Skip to content

Commit a9a43f0

Browse files
authored
Release 2.1.0 (#2488)
1 parent 924bd5e commit a9a43f0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The following changes are pending, and will be applied on the next major release
88

99
## Unreleased changes
1010

11+
## [2.1.0](https://github.com/inrupt/solid-client-js/releases/tag/v2.1.0) - 2024-08-27
12+
1113
### New Features
1214

1315
- Node 22 is now supported

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": "2.0.1",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

src/resource/solidDataset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ export function getContainedResourceUrlAll(
828828
*
829829
* @param solidDataset The container from which containment claims are validated.
830830
* @returns A validation report, including the offending contained resources URL if any.
831-
* @since unreleased
831+
* @since 1.30.1
832832
*/
833833
export function validateContainedResourceAll(
834834
solidDataset: SolidDataset & WithResourceInfo,

0 commit comments

Comments
 (0)