Release 0.4.2

This commit is contained in:
Yarmo Mackenbach 2020-11-06 22:00:47 +01:00
parent 567547cd00
commit 9b3cb075e9
4 changed files with 13 additions and 2 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.2] - 2020-11-06
### Changed
- URLs in package.json
## [0.4.1] - 2020-11-06
### Changed
- Update README

View file

@ -1,4 +1,4 @@
# doip.js <small>0.4.1</small>
# doip.js <small>0.4.2</small>
<img src="doip-artwork.svg" width="120">

View file

@ -1,5 +1,12 @@
# Changelog
## 0.4.2
[2020-11-06](https://codeberg.org/keyoxide/doipjs/releases/tag/0.4.2)
### Changed
- URLs in package.json
## 0.4.1
[2020-11-06](https://codeberg.org/keyoxide/doipjs/releases/tag/0.4.1)

View file

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