Release 0.2.0

This commit is contained in:
Yarmo Mackenbach 2020-11-03 22:59:58 +01:00
parent 8a23ec2d68
commit 885e67fca3
2 changed files with 9 additions and 1 deletions

8
CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0]
Initial release

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "0.1.0", "version": "0.2.0",
"description": "Decentralized OpenPGP Identity Proofs library in node", "description": "Decentralized OpenPGP Identity Proofs library in node",
"main": "src/index.js", "main": "src/index.js",
"dependencies": { "dependencies": {