Skip to content

Commit 84f0ec6

Browse files
authored
Release v0.7.4 (#873)
1 parent 4386550 commit 84f0ec6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The following changes have been implemented but not released yet:
88

99
## Unreleased
1010

11+
## [0.7.4](https://github.com/inrupt/solid-client-vc-js/releases/tag/v0.7.4) - 2023-11-17
12+
13+
### Internal Changes
14+
15+
- Remove some assumptions for an end-to-end test. This should be transparent to dependants.
16+
1117
## [0.7.3](https://github.com/inrupt/solid-client-vc-js/releases/tag/v0.7.3) - 2023-11-16
1218

1319
### Internal Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/solid-client-vc",
33
"description": "A library to act as a client to a server implementing the W3C VC HTTP APIs.",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)