From 7629e4ce3591e6dcf6d7213e67b250a000da7d43 Mon Sep 17 00:00:00 2001 From: Zwifi Date: Wed, 23 Oct 2024 10:48:42 +0200 Subject: [PATCH] Release v3.1.1 (#1151) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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",