Skip to content

Commit

Permalink
bump: 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Aug 22, 2020
1 parent ca8f33d commit 2663072
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.1.10] - 2020-08-22
### Fixed
* Support Github commit status triggered by "pull_request" event

## [1.1.9] - 2020-08-21
### Added
* Add "enable-commit-status" input
Expand Down Expand Up @@ -138,7 +142,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.9...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.1.10...HEAD
[1.1.10]: https://github.com/nwtgck/actions-netlify/compare/v1.1.9...v1.1.10
[1.1.9]: https://github.com/nwtgck/actions-netlify/compare/v1.1.8...v1.1.9
[1.1.8]: https://github.com/nwtgck/actions-netlify/compare/v1.1.7...v1.1.8
[1.1.7]: https://github.com/nwtgck/actions-netlify/compare/v1.1.6...v1.1.7
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-netlify",
"version": "1.1.9",
"version": "1.1.10",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",
Expand Down

0 comments on commit 2663072

Please sign in to comment.