Skip to content

Commit

Permalink
Release v2.2.0 (#559)
Browse files Browse the repository at this point in the history
* 2.2.0
* chore: update changelog for v2.2.0
  • Loading branch information
jeswr authored Apr 16, 2023
1 parent 3bfc0fc commit cbb660c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.1.2",
"version": "2.2.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

1 comment on commit cbb660c

@vercel
Copy link

@vercel vercel bot commented on cbb660c Apr 16, 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.