Skip to content

Commit

Permalink
Release v3.0.3 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Feb 6, 2024
1 parent 08d023c commit 6ed1909
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The following changes are pending, and will be applied on the next major release

## Unreleased

## [3.0.3](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.0.3) - 2024-02-06

### Bugfix

- Internal function `getConsent` is no longer part of the exports, which was causing TS to not build in some setups.
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": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit 6ed1909

Please sign in to comment.