From 5f3486504edcfcba9735c57e2eab30d0d7862718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= Date: Wed, 19 Aug 2020 23:12:10 +0200 Subject: [PATCH] v2.0.2 release --- CHANGELOG.md | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0cea2..0fdd911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ # Change Log +# [v2.0.2](https://github.com/rogerrrrrrrs/swissqrbill/compare/v2.0.1...v2.0.2) - 19.08.2020 + * Fixed an issue that caused reference to render incorrectly. + * Fixed "Compte / Payable à" to display correctly in french QR bills. + # [v2.0.1](https://github.com/rogerrrrrrrs/swissqrbill/compare/v2.0.0...v2.0.1) - 22.07.2020 - * Small bug fixes and code cleanup + * Small bug fixes and code cleanup. # [v2.0.0](https://github.com/rogerrrrrrrs/swissqrbill/compare/v1.3.1...v2.0.0) - 12.07.2020 - * Added browser support - - Added new blobStream method - * Added possibility to stream the pdf into a buffer + * Added browser support. + - Added new blobStream method. + * Added possibility to stream the pdf into a buffer. # [v1.3.1](https://github.com/rogerrrrrrrs/swissqrbill/compare/v1.3.0...v1.3.1) - 27.06.2020 - * Fixed invalid QR Code field when the second decimal place in amount is a zero + * Fixed invalid QR Code field when the second decimal place in amount is a zero. # [v1.3.0](https://github.com/rogerrrrrrrs/swissqrbill/compare/v1.2.0...v1.3.0) - 25.06.2020 * Tables diff --git a/package.json b/package.json index 21d23b3..7b22b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swissqrbill", - "version": "2.0.1", + "version": "2.0.2", "description": "Swiss QR Bill generation in Node.js and browsers ", "main": "./lib/node", "browser": "./lib/browser",