Skip to content

Commit

Permalink
Release 3.1.0 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Sep 17, 2024
1 parent 80fa53b commit 696879e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ The following changes are pending, and will be applied on the next major release

## Unreleased

### New Features
## [3.1.0](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.1.0) - 2024-09-16

### New Feature

- Node 22 is now supported

### Bugfixes
### Bugfix

- The `/resources` module function have their signature now aligned with the underlying `@inrupt/solid-client` functions.
Namely, the `options` parameter for `saveSolidDatasetAt` and `getSolidDataset` support additional entries that were
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-access-grants",
"description": "A library for managing access grants in Solid",
"version": "3.0.5",
"version": "3.1.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit 696879e

Please sign in to comment.