1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

chore(release): 1.0.0-rc.6

This commit is contained in:
MoyuScript 2020-08-08 08:46:37 +00:00
parent b94f87af24
commit 6cd8568745
3 changed files with 8 additions and 3 deletions

@ -1,7 +1,12 @@
# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# 1.0.0-rc.6 (2020-08-08)
# [1.0.0-rc.5](https://github.com/niklasvh/html2canvas/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2019-09-27)

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "html2canvas",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -6,7 +6,7 @@
"module": "dist/html2canvas.esm.js",
"typings": "dist/types/index.d.ts",
"browser": "dist/html2canvas.js",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",