diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b6017e5..5f714c892 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 +## [2.6.1](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.6.1) - 2023-09-25 + ### Bugfixes - `denyAccessRequest` didn't normalize the returned denied Access Grant, resulting in it having a diff --git a/package-lock.json b/package-lock.json index cb9027099..79ca11080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client-access-grants", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inrupt/solid-client-access-grants", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.25.1", diff --git a/package.json b/package.json index 0c723ce25..42e3386a1 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": "2.6.0", + "version": "2.6.1", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",