forked from Mirrors/keyoxide-web
Release 3.2.0
This commit is contained in:
parent
30db350f99
commit
6e1cfe471a
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.2.0] - 2021-11-07
|
||||
### Added
|
||||
- Support for ariadne.id proof notations
|
||||
- Links to new Keyoxide docs and blog
|
||||
- Community section on index
|
||||
- Alpha version of API (undocumented as of release)
|
||||
### Changed
|
||||
- Styles
|
||||
- Minor index content changes
|
||||
- Updated doipjs to 0.14.0
|
||||
### Removed
|
||||
- Guides and other documentation
|
||||
- Markdown related dependencies
|
||||
|
||||
## [3.1.1] - 2021-07-26
|
||||
### Added
|
||||
- Quick dev setup using nix and direnv
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.0",
|
||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue