forked from Mirrors/doipjs
Release 0.3.0
This commit is contained in:
parent
82852217fb
commit
2781ea49e6
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue