Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Feb 1, 2021
1 parent 30027fb commit ca8b676
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

* v0.1.3:
* Encode URI components in the same way as JavaScript's encodeURIComponent. This ensures that querystrings with special characters are encoded in the same way on the device as the lnurl-node server.
* v0.1.2:
* Follow standardization of query stringification as done by the lnurl-node module. The query object will now be sorted alphabetically by key before being stringified and used as the payload when signing.
* v0.1.1:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lnurl",
"version": "0.1.2",
"version": "0.1.3",
"description": "lnurl library for platformio",
"keywords": "lnurl, bitcoin, lightning network",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lnurl-platformio",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "Implementation of [lnurl](https://github.com/btcontract/lnurl-rfc) in C++ for [PlatformIO](https://platformio.org/).",
"main": null,
Expand Down

0 comments on commit ca8b676

Please sign in to comment.