bump: 1.1.13

This commit is contained in:
Ryo Ota
2021-01-29 06:46:35 +09:00
parent 5a64620169
commit 430545f590
3 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [Unreleased]
## [1.1.13] - 2021-01-28
### Changed
* Update dependencies
## [1.1.12] - 2021-01-16
### Changed
* Update dependencies
@@ -150,7 +154,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Deploy to Netlify
* Comment on GitHub PR
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.1.12...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.1.13...HEAD
[1.1.13]: https://github.com/nwtgck/actions-netlify/compare/v1.1.12...v1.1.13
[1.1.12]: https://github.com/nwtgck/actions-netlify/compare/v1.1.11...v1.1.12
[1.1.11]: https://github.com/nwtgck/actions-netlify/compare/v1.1.10...v1.1.11
[1.1.10]: https://github.com/nwtgck/actions-netlify/compare/v1.1.9...v1.1.10

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "actions-netlify",
"version": "1.1.12",
"version": "1.1.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "actions-netlify",
"version": "1.1.12",
"version": "1.1.13",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",