Release 0.3.0

This commit is contained in:
Yarmo Mackenbach 2020-11-04 22:47:41 +01:00
parent 82852217fb
commit 2781ea49e6
2 changed files with 13 additions and 1 deletions

View file

@ -6,5 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.0] - 2020-11-04
### Added
- Liberapay service provider
- Proxy request handler
### Changed
- Improve handling of arrays in JSON
- Customizable proxy hostname
### Fixed
- Dots in URL regex
## [0.2.0] - 2020-11-03 ## [0.2.0] - 2020-11-03
Initial release Initial release

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "0.2.0", "version": "0.3.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": {