diff --git a/CHANGELOG.md b/CHANGELOG.md index 2200f8a..1c06b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -# [v2.3.2](https://github.com/schoero/swissqrbill/compare/v2.3.1...v2.3.2) - 05.04.2021 +# [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) # [v2.3.1](https://github.com/schoero/swissqrbill/compare/v2.3.0...v2.3.1) - 06.02.2021 diff --git a/package-lock.json b/package-lock.json index 2d97ebd..54267f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swissqrbill", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swissqrbill", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "@schoero/qrcode": "^1.4.5", diff --git a/package.json b/package.json index 5a90ce0..3499c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swissqrbill", - "version": "2.3.2", + "version": "2.3.3", "description": "Swiss QR Bill generation in Node.js and browsers ", "main": "./lib/node", "browser": "./lib/browser",