From a9a43f004149db6e79cb7b4767977d4a7e177831 Mon Sep 17 00:00:00 2001 From: Zwifi Date: Tue, 27 Aug 2024 12:05:57 +0200 Subject: [PATCH] Release 2.1.0 (#2488) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- src/resource/solidDataset.ts | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688d730e73..ec2dcc2688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The following changes are pending, and will be applied on the next major release ## Unreleased changes +## [2.1.0](https://github.com/inrupt/solid-client-js/releases/tag/v2.1.0) - 2024-08-27 + ### New Features - Node 22 is now supported diff --git a/package-lock.json b/package-lock.json index 440fb80215..7f312d007f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "dependencies": { "@inrupt/solid-client-errors": "^0.0.1", diff --git a/package.json b/package.json index 0cf93de3a7..58db93897c 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": "2.0.1", + "version": "2.1.0", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs", diff --git a/src/resource/solidDataset.ts b/src/resource/solidDataset.ts index 267c9a9bb0..3fa338f05e 100644 --- a/src/resource/solidDataset.ts +++ b/src/resource/solidDataset.ts @@ -828,7 +828,7 @@ export function getContainedResourceUrlAll( * * @param solidDataset The container from which containment claims are validated. * @returns A validation report, including the offending contained resources URL if any. - * @since unreleased + * @since 1.30.1 */ export function validateContainedResourceAll( solidDataset: SolidDataset & WithResourceInfo,