Skip to content

Commit 079a186

Browse files
authored
Merge pull request #21 from slidoapp/release/v2
2 parents 7968800 + 19379ae commit 079a186

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
3+
* Add new `canvas.renderToBlob()` function to create `Blob` data from QR Code <https://github.com/slidoapp/node-qrcode/issues/13>
4+
5+
16
## 2.0.2
27

38
* Fixed source code files line endings to use `LF` <https://github.com/slidoapp/node-qrcode/pull/17>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@slidoapp/qrcode",
33
"description": "Generate Quick Response (QR) codes using JavaScript in a browser, server side code, or using a command line tool.",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"author": "Ryan Day <[email protected]>",
66
"contributors": [
77
"Vincenzo Greco <[email protected]>",

0 commit comments

Comments
 (0)