Skip to content

Commit

Permalink
Release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Aug 26, 2021
1 parent c9f4955 commit ebab157
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

# Change Log

# [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)

# [v2.4.1](https://github.com/schoero/swissqrbill/compare/v2.4.0...v2.4.1) - 25.08.2021
* Fixed missing rendering of `message` [#340](https://github.com/schoero/SwissQRBill/pull/340)
* Fixed missing rendering of `message`. [#340](https://github.com/schoero/SwissQRBill/pull/340)

# [v2.4.0](https://github.com/schoero/swissqrbill/compare/v2.3.3...v2.4.0) - 01.07.2021
* Added an optional size parameter to specify the new page size in `addQRBill()` [#338](https://github.com/schoero/SwissQRBill/pull/338)
* Added an optional size parameter to specify the new page size in `addQRBill()`. [#338](https://github.com/schoero/SwissQRBill/pull/338)

# [v2.3.3](https://github.com/schoero/swissqrbill/compare/v2.3.1...v2.3.3) - 05.04.2021
* A string is now allowed for the zip code field. [#294](https://github.com/schoero/SwissQRBill/pull/294)
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swissqrbill",
"version": "2.4.1",
"version": "2.4.2",
"description": "Swiss QR Bill generation in Node.js and browsers ",
"main": "./lib/node",
"browser": "./lib/browser",
Expand Down Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/schoero/SwissQRBill#readme",
"devDependencies": {
"@types/blob-stream": "^0.1.30",
"@types/node": "^16.7.1",
"@types/node": "^16.7.2",
"@types/qrcode": "^1.4.1",
"@types/qrcode-svg": "^1.1.1",
"@types/svg-parser": "^2.0.3",
Expand Down

0 comments on commit ebab157

Please sign in to comment.