qr-kit 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ---
9
9
 
10
+ ## [2.2.3] - 2025-02-22
11
+
12
+ ### Fixed
13
+ - **Update tests after version 2.2.2**: Update tests
14
+
15
+ ---
16
+
10
17
  ## [2.2.2] - 2025-02-22
11
18
 
12
19
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qr-kit",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Complete QR code toolkit. Zero dependencies. Logo overlay, PDF export, link optimizer. 5.4 kB core.",
5
5
  "type": "module",
6
6
  "main": "index.js",