Update release script (#2319)

This commit is contained in:
Niklas von Hertzen 2020-08-08 18:18:10 +08:00 committed by GitHub
parent e3237dc4ce
commit 60f6b85083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View File

@ -10,9 +10,13 @@ on:
jobs:
version:
name: Create version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.PAT_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: 12

View File

@ -1,12 +1,7 @@
# Changelog
# Change Log
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
View File

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

View File

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