Skip to content

Commit fb16886

Browse files
committed
bump version, add to changelog
1 parent 61421f7 commit fb16886

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
= 1.0.2
2+
* Fix bug with font scaling with multiple text calls (Issue #4)
3+
* Add a few tests
4+
15
= 1.0.1
26
* Fixed Bug detecting the webkit backingStore
37
* General code cleanup

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hidpi-canvas",
33
"description": "A JavaScript drop-in module to polyfill consistent and automatic HiDPI Canvas support.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"license": "Apache 2.0",
66
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
77
"bugs": "https://github.com/jondavidjohn/hidpi-canvas-polyfill/issues",

0 commit comments

Comments
 (0)