Skip to content

Commit

Permalink
2.4.0 (#677)
Browse files Browse the repository at this point in the history
* chore: update changelog

* 2.4.0

* chore: update @SInCE on new APIs
  • Loading branch information
jeswr authored Jul 25, 2023
1 parent c67f340 commit 42337e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased

## [2.4.0](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.3.2) - 2023-07-24

### New feature

- `deleteSolidDataset` and `deleteFile`: Add functions to the `resource` module
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/solid-client-access-grants",
"description": "A library for managing access grants in Solid",
"version": "2.3.2",
"version": "2.4.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/gConsent/manage/getAccessRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { normalizeAccessRequest } from "../request/issueAccessRequest";
* - fetch: an authenticated fetch function. If not provided, the default session
* from @inrupt/solid-client-authn-browser will be used if available.
* @returns An Access Request.
* @since 0.5.0
* @since 2.4.0
*/
export async function getAccessRequest(
url: UrlString | URL,
Expand Down

1 comment on commit 42337e2

@vercel
Copy link

@vercel vercel bot commented on 42337e2 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.