diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c39d0d..eaa9840 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.0.3](https://github.com/peaceiris/actions-gh-pages/compare/v3.0.3-0...v3.0.3) (2020-02-06) + + +### docs + +* update example of publish_branch ([2948e5e](https://github.com/peaceiris/actions-gh-pages/commit/2948e5eda85d99ffc20cda677353918ea9ea3f45)) + + + ## [3.0.3-0](https://github.com/peaceiris/actions-gh-pages/compare/v3.0.2...v3.0.3-0) (2020-02-06) diff --git a/package-lock.json b/package-lock.json index b69406e..09157a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.0.3-0", + "version": "3.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39e8e24..951a1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.0.3-0", + "version": "3.0.3", "description": "GitHub Actions for GitHub Pages", "main": "lib/index.js", "engines": {