Skip to content

Commit

Permalink
Release v0.7.3 (#871)
Browse files Browse the repository at this point in the history
* Prepare changelog for 0.7.3
* 0.7.3

---------

Co-authored-by: Jesse Wright <[email protected]>
  • Loading branch information
NSeydoux and jeswr authored Nov 16, 2023
1 parent cbf087d commit 7958a50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The following changes have been implemented but not released yet:

## Unreleased

## [0.7.3](https://github.com/inrupt/solid-client-vc-js/releases/tag/v0.7.3) - 2023-11-16

### Internal Changes

- Remove some assumptions for an end-to-end test. This should be transparent to dependants.

## 0.7.2 - 2023-09-15

- Build system (bundler and TypeScript) updates. This should be transparent to dependants.
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-vc",
"description": "A library to act as a client to a server implementing the W3C VC HTTP APIs.",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

1 comment on commit 7958a50

@vercel
Copy link

@vercel vercel bot commented on 7958a50 Nov 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

solid-client-vc-js – ./

solid-client-vc-js-git-main-inrupt.vercel.app
solid-client-vc-js.vercel.app
solid-client-vc-js-inrupt.vercel.app

Please sign in to comment.