From 90a40adfe53a2d6aba7d0a332351c049d3a15057 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 15 Mar 2020 06:03:00 +0900 Subject: [PATCH] chore(release): 3.5.4-2 --- 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 f76353fe5..a7e75c5be 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-2](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-1...v3.5.4-2) (2020-03-14) + + +### fix + +* skip logic ([c97a39a](https://github.com/peaceiris/actions-gh-pages/commit/c97a39a35f681badbf7490c2786eddf06b17316d)) + + + ## [3.5.4-1](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-0...v3.5.4-1) (2020-03-14) diff --git a/package-lock.json b/package-lock.json index 8c93ec6f0..266127c87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-1", + "version": "3.5.4-2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b11db8e13..f31439a1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-1", + "version": "3.5.4-2", "description": "GitHub Actions for GitHub Pages", "main": "lib/index.js", "engines": {