Skip to content
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# History

---
## 3.0.6

`tag:fixed` 修复不能渲染小数点像素值问题

## 3.0.5

`tag:fixed` canvas 模式在 Retina 下显示模糊
Expand Down
1 change: 0 additions & 1 deletion dist/arale-qrcode/3.0.5/index.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/arale-qrcode/3.0.6/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

## 采用默认方式画二维码"
## 采用默认方式画二维码


````html
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arale-qrcode",
"version": "3.0.5",
"version": "3.0.6",
"description": "二维码绘制模块",
"homepage": "http://aralejs.org/qrcode/",
"author": "倚松 <jiasong.hjs@alibaba-inc.com>",
Expand Down
Loading