Skip to content

Commit

Permalink
chore: Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 19, 2022
1 parent 83afcd8 commit 34c6acb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes


## v0.3.0 - 2022-11-19
Release with support for the pre-authorized code flow only!

**WARNING: The package has been renamed to @sphereon/openid4vci-client!**

- Added:
- Single main OpenID4VCI Client, not requiring implementation to have to use the low level classes/methods

- Fixes:
- Several fixes and improvements


## v0.2.0 - 2022-11-04

Release with support for the pre-authorized code flow only.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/openid4vci-client",
"version": "0.2.2-unstable.0",
"version": "0.3.0",
"description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
Expand Down

0 comments on commit 34c6acb

Please sign in to comment.