From cbb660cbca38b48fb09d2ad66377d406d97ea003 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Sun, 16 Apr 2023 22:07:50 +1000 Subject: [PATCH] Release v2.2.0 (#559) * 2.2.0 * chore: update changelog for v2.2.0 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084e4a345..8a0ce7325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## Unreleased +## [2.2.0](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.2.0) - 2024-04-14 + ### New feature - Node 18 support ## [2.1.2](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.1.2) - 2023-02-06 -# Bugfixes +### Bugfixes - The JSON-LD/JSON normalization is now applied not only when issuing an Access Request or an Access Grant, but also when dereferencing one. diff --git a/package-lock.json b/package-lock.json index 732e5d7c4..187f2a854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client-access-grants", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-client-access-grants", - "version": "2.1.2", + "version": "2.2.0", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.25.1", diff --git a/package.json b/package.json index 275461764..ec8096db0 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.1.2", + "version": "2.2.0", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",