Skip to content

Commit a9c4bba

Browse files
committed
chore(release): 5.2.0
1 parent cd3039c commit a9c4bba

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [5.2.0](https://github.com/Liquid-JS/qr-code-styling/compare/v5.1.0...v5.2.0) (2026-02-10)
6+
7+
8+
### Features
9+
10+
* font-faces plugin ([a9322ee](https://github.com/Liquid-JS/qr-code-styling/commit/a9322ee619e8221f35637180ac799cf7be953e69))
11+
* use clip-path to improve compatiblity and reduce size ([56ed01b](https://github.com/Liquid-JS/qr-code-styling/commit/56ed01b0b6ba3e14e179fdb91769038f78d1bee7))
12+
13+
14+
### Bug Fixes
15+
16+
* regression in background image mode ([b3de321](https://github.com/Liquid-JS/qr-code-styling/commit/b3de321eae90847eadef68c7627164c74d761a14))
17+
518
## [5.1.0](https://github.com/Liquid-JS/qr-code-styling/compare/v5.0.3...v5.1.0) (2026-02-05)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liquid-js/qr-code-styling",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Generate styled QR codes on web or in Node",
55
"type": "module",
66
"main": "./lib/qr-code-styling-node.js",

0 commit comments

Comments
 (0)