diff --git a/CHANGELOG.md b/CHANGELOG.md index c5802fac..20c45384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The following changes are pending, and will be applied on the next major release ## Unreleased +## [3.1.1](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.1.1) - 2024-10-23 + ### Patch change - Added support for the `https://schema.inrupt.com/credentials/v2.jsonld` JSON-LD context. diff --git a/package-lock.json b/package-lock.json index c5b1563b..d49be65f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client-access-grants", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inrupt/solid-client-access-grants", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", diff --git a/package.json b/package.json index 7ca0baf3..0ea70cab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/solid-client-access-grants", "description": "A library for managing access grants in Solid", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",