chore(release): 3.9.3

This commit is contained in:
peaceiris 2023-03-31 00:43:23 +09:00
parent 00e2f338db
commit 4a2e02b36f
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
3 changed files with 17 additions and 3 deletions

View File

@ -2,6 +2,20 @@
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.9.3](https://github.com/peaceiris/actions-gh-pages/compare/v3.9.2...v3.9.3) (2023-03-30)
### docs
* fix typo, bump hugo version (#851) ([884a022](https://github.com/peaceiris/actions-gh-pages/commit/884a0224fd48faeb3bde89519e9d612d0585a679)), closes [#851](https://github.com/peaceiris/actions-gh-pages/issues/851)
### fix
* fix error handling (#841) ([32e33dc](https://github.com/peaceiris/actions-gh-pages/commit/32e33dcd3ae1d0cf56ac5a88267de6cbf0359353)), closes [#841](https://github.com/peaceiris/actions-gh-pages/issues/841)
* update known_hosts (#871) ([31c15f0](https://github.com/peaceiris/actions-gh-pages/commit/31c15f03292ac100ae41a50fd3055e00d1b11a32)), closes [#871](https://github.com/peaceiris/actions-gh-pages/issues/871)
## [3.9.2](https://github.com/peaceiris/actions-gh-pages/compare/v3.9.1...v3.9.2) (2023-01-17)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "actions-github-pages",
"version": "3.9.2",
"version": "3.9.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "actions-github-pages",
"version": "3.9.2",
"version": "3.9.3",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

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