Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 24, 2022
1 parent 88f1f40 commit 691af57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>0.0.8 (2022-11-24)</small>

* Add another test sample generation for .well-known configuration ([88f1f40](https://github.com/block-core/blockcore-identity/commit/88f1f40))
* Add the .well-known configuration generation to Blockcore Identity ([6c41249](https://github.com/block-core/blockcore-identity/commit/6c41249))
* Update examples ([b943a4c](https://github.com/block-core/blockcore-identity/commit/b943a4c))
* Update version and changelog ([cbe9f51](https://github.com/block-core/blockcore-identity/commit/cbe9f51))



## <small>0.0.7 (2022-11-17)</small>

* Add a function to easily get the DID ID from JsonWebKey ([0529a07](https://github.com/block-core/blockcore-identity/commit/0529a07))
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,6 +1,6 @@
{
"name": "@blockcore/identity",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 691af57

Please sign in to comment.