mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Release 0.4.2
This commit is contained in:
parent
567547cd00
commit
9b3cb075e9
4 changed files with 13 additions and 2 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.2] - 2020-11-06
|
||||||
|
### Changed
|
||||||
|
- URLs in package.json
|
||||||
|
|
||||||
## [0.4.1] - 2020-11-06
|
## [0.4.1] - 2020-11-06
|
||||||
### Changed
|
### Changed
|
||||||
- Update README
|
- Update README
|
||||||
|
|
|
@ -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">
|
<img src="doip-artwork.svg" width="120">
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
## 0.4.1
|
||||||
|
|
||||||
[2020-11-06](https://codeberg.org/keyoxide/doipjs/releases/tag/0.4.1)
|
[2020-11-06](https://codeberg.org/keyoxide/doipjs/releases/tag/0.4.1)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue