Skip to content

Commit

Permalink
Release/v1 21 0 (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet authored Mar 22, 2022
1 parent 3616c6f commit f08d7ce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The following changes have been implemented but not released yet:

## [Unreleased]

## [1.21.0] - 2022-03-22

### New features

- `getAgentAccessAll` has been added to the new `universal` access module. This
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",
"description": "Make your web apps work with Solid Pods.",
"version": "1.20.2",
"version": "1.21.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/acp/util/getAgentAccessAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import type { WithAccessibleAcr } from "../acp";
*
* @param resourceUrl URL of the Resource you want to read the access for.
* @param options Default Options such as a fetch function.
* @since unreleased
* @since 1.21.0
*/
export async function getAgentAccessAll<T extends WithAccessibleAcr>(
resourceWithAcr: T
Expand Down
2 changes: 1 addition & 1 deletion src/universal/getAgentAccessAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { getResourceAcr } from "../acp/util/getResourceAcr";
*
* @param resourceUrl URL of the Resource you want to read the access for.
* @param options Default Options such as a fetch function.
* @since unreleased
* @since 1.21.0
*/
export async function getAgentAccessAll(
resourceUrl: UrlString,
Expand Down

0 comments on commit f08d7ce

Please sign in to comment.