From 4a0926410373a65d5481333c179eab24c304566b Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Thu, 7 Dec 2017 15:47:53 +0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f944604..0272d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ### Changelog ### -#### v1.0.0-alpha1 - TBD #### +#### v1.0.0-alpha2 - TBD #### + * Fix decimal `letter-spacing` values + +#### v1.0.0-alpha1 - 5.12.2017 #### * Complete rewrite of library ##### Breaking Changes ##### * Remove deprecated onrendered callback, calling `html2canvas` returns a `Promise` diff --git a/package.json b/package.json index 0a0518d..6a439d5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "html2canvas", "description": "Screenshots with JavaScript", "main": "dist/npm/index.js", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "author": { "name": "Niklas von Hertzen", "email": "niklasvh@gmail.com",