Skip to content

Commit

Permalink
Release 2.1.0 (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Aug 27, 2024
1 parent 924bd5e commit a9a43f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/resource/solidDataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a9a43f0

Please sign in to comment.