forked from Mirrors/keyoxide-web
Release 1.0.0
This commit is contained in:
parent
4461141903
commit
c454081cab
3 changed files with 9 additions and 3 deletions
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0] - 2020-07-30
|
||||
### Added
|
||||
- license-check-and-add NPM tool and scripts
|
||||
### Changed
|
||||
- Migrated to AGPL-3.0-or-later
|
||||
|
||||
## [0.4.0] - 2020-07-23
|
||||
### Added
|
||||
- QR code for XMPP+OMEMO
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"name": "keyoxide/web",
|
||||
"description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
|
||||
"homepage": "https://keyoxide.org",
|
||||
"license": "MIT",
|
||||
"version": "0.4.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yarmo Mackenbach",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "0.4.0",
|
||||
"version": "1.0.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