Skip to content

Commit 27d3576

Browse files
authored
Release 3.3.0 (#1274)
* Prepare 3.3.0 release * 3.3.0
1 parent c7c3bca commit 27d3576

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The following changes are pending, and will be applied on the next major release
1616

1717
## Unreleased
1818

19+
## [3.3.0](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.3.0) - 2025-04-23
20+
1921
### New feature
2022

2123
- `denyAccessRequest` supports a new `customFields` option to add custom fields to the

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/solid-client-access-grants",
33
"description": "A library for managing access grants in Solid",
4-
"version": "3.2.1",
4+
"version": "3.3.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

src/gConsent/manage/approveAccessRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export async function approveAccessRequest(
359359
* @param grantParameters Claims constructing the Access Grant.
360360
* @param options Optional properties to customise the access grant behaviour.
361361
* @returns A Verifiable Credential representing the granted access.
362-
* @since unreleased
362+
* @since 3.3.0
363363
*/
364364
export async function issueAccessGrant(
365365
grantParameters: ApproveAccessRequestOverrides,

src/gConsent/type/AccessBaseOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface AccessBaseOptions {
8282
}
8383

8484
/**
85-
* @since unreleased
85+
* @since 3.0.0
8686
*/
8787
export interface WithLegacyJsonFlag {
8888
returnLegacyJsonld?: boolean;

0 commit comments

Comments
 (0)