Skip to content

Commit 8669cfb

Browse files
committed
Update server to v0.1.0
1 parent b261a7a commit 8669cfb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v0.0.3
410

511
- **[server]** Export more types for better docs

packages/server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simpledigicreds/server",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"exports": "./src/index.ts",
55
"imports": {
66
"@hexagon/base64": "npm:@hexagon/base64@^2.0.4",

0 commit comments

Comments
 (0)