chore(release): 3.7.0-4

This commit is contained in:
peaceiris 2020-07-25 19:37:27 +09:00
parent 20912713da
commit 600bb6caa2
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
3 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,15 @@
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.
# [3.7.0-4](https://github.com/peaceiris/actions-gh-pages/compare/v3.7.0-3...v3.7.0-4) (2020-07-25)
### fix
* copyAssets() for destination_dir (#414) ([674c231](https://github.com/peaceiris/actions-gh-pages/commit/674c2318cebb9ba59aa8fbf8ec4fae8482e51e5c)), closes [#414](https://github.com/peaceiris/actions-gh-pages/issues/414)
# [3.7.0-3](https://github.com/peaceiris/actions-gh-pages/compare/v3.7.0-2...v3.7.0-3) (2020-07-24)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "actions-github-pages",
"version": "3.7.0-3",
"version": "3.7.0-4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "actions-github-pages",
"version": "3.7.0-3",
"version": "3.7.0-4",
"description": "GitHub Actions for GitHub Pages",
"main": "lib/index.js",
"engines": {