diff --git a/libs/dfx-qrcode/CHANGELOG.md b/libs/dfx-qrcode/CHANGELOG.md index 3174be2f..254bb2e8 100644 --- a/libs/dfx-qrcode/CHANGELOG.md +++ b/libs/dfx-qrcode/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.1.0](https://github.com/Dafnik/dfts-common/compare/dfx-qrcode-2.0.1...dfx-qrcode-2.1.0) (2024-02-02) + +### Features + +- add svg qrcode ([05641da](https://github.com/Dafnik/dfts-common/commit/05641da2f0d1bf1140cc6592f792c9ece62b9b6c)) + ## [2.0.1](https://github.com/Dafnik/dfts-common/compare/dfx-qrcode-2.0.0...dfx-qrcode-2.0.1) (2024-01-02) ### Features diff --git a/libs/dfx-qrcode/package.json b/libs/dfx-qrcode/package.json index 141c858e..f114e46f 100644 --- a/libs/dfx-qrcode/package.json +++ b/libs/dfx-qrcode/package.json @@ -1,6 +1,6 @@ { "name": "dfx-qrcode", - "version": "2.0.1", + "version": "2.1.0", "description": "tiny and simple-to-use Angular QR-Code generator library", "private": false, "license": "MIT",