Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyten committed Dec 22, 2016
1 parent 4f43a8b commit e184a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ var svg_string = qr.imageSync('I love QR!', { type: 'svg' });
Changes
-------

* Implement `imageSync` for `png`.
* Use `zlib.deflateSync` instead of `pako`.
* Fix deprecation warning for NodeJS 7.


TODO
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": "qr-image",
"version": "3.1.0",
"version": "3.2.0",
"description": "QR Code generator (png, svg, pdf, eps)",
"homepage": "https://github.com/alexeyten/qr-image",
"keywords": [ "qrcode", "qr code", "qr", "png", "svg", "image" ],
Expand Down

0 comments on commit e184a78

Please # to comment.