Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Dec 15, 2020
1 parent f33b0db commit 5155b86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Change Log

# [v2.1.0](https://github.com/schoero/swissqrbill/compare/v2.0.3...v2.1.0) - 11.12.2020
# [v2.1.0](https://github.com/schoero/swissqrbill/compare/v2.0.3...v2.1.0) - 15.12.2020
* Changed the implemented QR code library to fix an issue that caused QR code scanning to fail on some QR readers.
* Added [utility functions](https://github.com/schoero/SwissQRBill/blob/master/doc/api.md#swissqrbillutils) to simplify the creation of QR bills
* Added additional QR-Reference validation

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": "swissqrbill",
"version": "2.0.3",
"version": "2.1.0",
"description": "Swiss QR Bill generation in Node.js and browsers ",
"main": "./lib/node",
"browser": "./lib/browser",
Expand Down

0 comments on commit 5155b86

Please sign in to comment.