From ebab1570d6cdb7df7dc22a2169aafe878b97315c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= Date: Thu, 26 Aug 2021 11:16:02 +0200 Subject: [PATCH] Release v2.4.2 --- CHANGELOG.md | 7 +++++-- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0032c..f6caa0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 235453e..6d68b7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swissqrbill", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swissqrbill", - "version": "2.4.1", + "version": "2.4.2", "license": "MIT", "dependencies": { "@schoero/qrcode": "^1.4.5", @@ -17,7 +17,7 @@ }, "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", @@ -265,9 +265,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.1.tgz", - "integrity": "sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A==", + "version": "16.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.2.tgz", + "integrity": "sha512-TbG4TOx9hng8FKxaVrCisdaxKxqEwJ3zwHoCWXZ0Jw6mnvTInpaB99/2Cy4+XxpXtjNv9/TgfGSvZFyfV/t8Fw==", "dev": true }, "node_modules/@types/qrcode": { @@ -4232,9 +4232,9 @@ "dev": true }, "@types/node": { - "version": "16.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.1.tgz", - "integrity": "sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A==", + "version": "16.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.2.tgz", + "integrity": "sha512-TbG4TOx9hng8FKxaVrCisdaxKxqEwJ3zwHoCWXZ0Jw6mnvTInpaB99/2Cy4+XxpXtjNv9/TgfGSvZFyfV/t8Fw==", "dev": true }, "@types/qrcode": { diff --git a/package.json b/package.json index 1f1579d..e86e24b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",