From 0f6166f02cc8cb196e635c6772d39306aa739905 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 15 Mar 2020 06:13:31 +0900 Subject: [PATCH] chore(release): 3.5.4-3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e75c5..03dfbde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.4-3](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-2...v3.5.4-3) (2020-03-14) + + +### fix + +* skip logic ([01976c9](https://github.com/peaceiris/actions-gh-pages/commit/01976c9d9b95b42997caa2a85c2d737eb75e852e)) + + + ## [3.5.4-2](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-1...v3.5.4-2) (2020-03-14) diff --git a/package-lock.json b/package-lock.json index 266127c..9fd6890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-2", + "version": "3.5.4-3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f31439a..07a07e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-2", + "version": "3.5.4-3", "description": "GitHub Actions for GitHub Pages", "main": "lib/index.js", "engines": {