mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
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]
|
## [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
|
## [0.4.0] - 2020-07-23
|
||||||
### Added
|
### Added
|
||||||
- QR code for XMPP+OMEMO
|
- QR code for XMPP+OMEMO
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"name": "keyoxide/web",
|
"name": "keyoxide/web",
|
||||||
"description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
|
"description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
|
||||||
"homepage": "https://keyoxide.org",
|
"homepage": "https://keyoxide.org",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-or-later",
|
||||||
"version": "0.4.0",
|
"version": "1.0.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Yarmo Mackenbach",
|
"name": "Yarmo Mackenbach",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"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",
|
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|
Loading…
Reference in a new issue