Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 13, 2021
1 parent 6141e76 commit bd43588
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Change Log

# [v3.1.1](https://github.com/schoero/swissqrbill/compare/v3.1.0...v3.1.1) - 13.11.2021
* Fixed swiss cross positioning for PDF rendering. [#353](https://github.com/schoero/SwissQRBill/pull/353)

# [v3.1.0](https://github.com/schoero/swissqrbill/compare/v3.0.1...v3.1.0) - 12.11.2021
* Added TSDoc comments. [#348](https://github.com/schoero/SwissQRBill/pull/348)
* Removed unwanted space in `utils.formatAmount()`. [#349](https://github.com/schoero/SwissQRBill/pull/349)
Expand All @@ -10,7 +13,7 @@

# [v3.0.1](https://github.com/schoero/swissqrbill/compare/v3.0.0...v3.0.1) - 14.10.2021
* Changed build target to ES6 to support older Browsers and Node.js versions. [#347](https://github.com/schoero/SwissQRBill/pull/347)

# [v3.0.0](https://github.com/schoero/swissqrbill/compare/v2.4.2...v3.0.0) - 03.10.2021
* New features
* SVG
Expand All @@ -36,7 +39,6 @@
* The positioning of the box when no amount is provided has been slightly corrected.
* The positioning iban on the payment part has been slightly corrected.
* Fixed positioning of the debtor boxes when no debtor is provided and the creditor address break to multiple lines.


# [v2.4.2](https://github.com/schoero/swissqrbill/compare/v2.4.1...v2.4.2) - 26.08.2021
* Fixed translation of `additionalInformation` and `payableByName`. [#342](https://github.com/schoero/SwissQRBill/pull/342)
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.0",
"version": "3.1.1",
"description": "Swiss QR Bill generation in Node.js and browsers",
"main": "./lib/node/cjs/node/index.js",
"module": "./lib/node/esm/node/index.js",
Expand Down

0 comments on commit bd43588

Please sign in to comment.