Skip to content

Commit

Permalink
Release v1.1.0 (#1125)
Browse files Browse the repository at this point in the history
* Prepare changelog for 1.1.0

* Add missing @SInCE annotation

* 1.1.0

* Fix PR instructions for release
  • Loading branch information
NSeydoux authored Sep 10, 2024
1 parent 259ed6f commit 5f6dbb4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ This PR bumps the version to <version number>.
- the CHANGELOG update.
- the version update.
- `@since` annotations.
- [ ] I will make sure **not** to squash these commits, but **rebase** instead.
- [ ] Once this PR is merged, I will push the tag created by `npm version ...` (e.g. `git push origin vX.Y.Z`).
- [ ] Once this PR is merged, I will push a tag matching the new version number when creating a new Github release.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The following changes have been implemented but not released yet:

## Unreleased

## [1.1.0](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.1.0) - 2024-09-03

### New feature

- Integrate @inrupt/solid-client-errors for handling HTTP errors.
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": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/verify/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async function asDataset(
* - `options.challenge`: Pass a challenge
*
* @returns a JSON-shaped validation report structured accoring to the [VP Verifier API](https://w3c-ccg.github.io/vc-api/verifier.html#operation/verifyPresentation).
* @since
* @since 0.6.0
*/
export async function isValidVerifiablePresentation(
verificationEndpoint: string | null,
Expand Down

0 comments on commit 5f6dbb4

Please sign in to comment.