From 63cce76778e5953c9c9cf5a57160733b79785ebc Mon Sep 17 00:00:00 2001 From: Dafnik Date: Sat, 3 Feb 2024 00:01:29 +0100 Subject: [PATCH] chore(dfx-qrcode): release version 2.1.0 --- libs/dfx-qrcode/CHANGELOG.md | 6 ++++++ libs/dfx-qrcode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",