From 8b1a39196075acd2a8ea4749e166ad421a2502af Mon Sep 17 00:00:00 2001 From: Filip Seman Date: Fri, 3 Jan 2025 21:08:43 +0100 Subject: [PATCH] v2.12.2 --- .github/.release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index 8e57b28..605d5bc 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.1" + ".": "2.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dab6a2..6f65ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.2](https://github.com/xseman/bysquare/compare/v2.12.1...v2.12.2) (2025-01-03) + + +### Documentation + +* cleanup & add PDF QR code extractor example ([38a1b45](https://github.com/xseman/bysquare/commit/38a1b45d459548582ab9d27137640c026830e040)) + ## [2.12.1](https://github.com/xseman/bysquare/compare/v2.12.0...v2.12.1) (2024-12-26) diff --git a/package-lock.json b/package-lock.json index d024ca4..b04651e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bysquare", - "version": "2.12.1", + "version": "2.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bysquare", - "version": "2.12.1", + "version": "2.12.2", "license": "Apache-2.0", "dependencies": { "lzma1": "0.0.5", diff --git a/package.json b/package.json index 4d230e7..9a31718 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bysquare", "description": "It's a national standard for payment QR codes adopted by Slovak Banking Association (SBA)", - "version": "2.12.1", + "version": "2.12.2", "license": "Apache-2.0", "funding": "https://github.com/sponsors/xseman", "homepage": "https://github.com/xseman/bysquare#readme",