We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b261a7a commit 8669cfbCopy full SHA for 8669cfb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.1.0
4
+
5
+- An example site can be started via `deno task example:start` to test out this project locally
6
+- **[server]** Supports end-to-end OID4VP (draft 24) + mdoc presentation request (unsigned) and
7
+ verification (unencrypted)
8
9
## v0.0.3
10
11
- **[server]** Export more types for better docs
packages/server/deno.json
@@ -1,6 +1,6 @@
{
"name": "@simpledigicreds/server",
- "version": "0.0.3",
+ "version": "0.1.0",
"exports": "./src/index.ts",
"imports": {
"@hexagon/base64": "npm:@hexagon/base64@^2.0.4",
0 commit comments