Skip to content

Commit 5f6dbb4

Browse files
authored
Release v1.1.0 (#1125)
* Prepare changelog for 1.1.0 * Add missing @SInCE annotation * 1.1.0 * Fix PR instructions for release
1 parent 259ed6f commit 5f6dbb4

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ This PR bumps the version to <version number>.
3333
- the CHANGELOG update.
3434
- the version update.
3535
- `@since` annotations.
36-
- [ ] I will make sure **not** to squash these commits, but **rebase** instead.
37-
- [ ] Once this PR is merged, I will push the tag created by `npm version ...` (e.g. `git push origin vX.Y.Z`).
36+
- [ ] Once this PR is merged, I will push a tag matching the new version number when creating a new Github release.

CHANGELOG.md

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

77
## Unreleased
88

9+
## [1.1.0](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.1.0) - 2024-09-03
10+
911
### New feature
1012

1113
- Integrate @inrupt/solid-client-errors for handling HTTP errors.

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": "1.0.3",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

src/verify/verify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async function asDataset(
191191
* - `options.challenge`: Pass a challenge
192192
*
193193
* @returns a JSON-shaped validation report structured accoring to the [VP Verifier API](https://w3c-ccg.github.io/vc-api/verifier.html#operation/verifyPresentation).
194-
* @since
194+
* @since 0.6.0
195195
*/
196196
export async function isValidVerifiablePresentation(
197197
verificationEndpoint: string | null,

0 commit comments

Comments
 (0)