Skip to content

Commit

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

## [Unreleased]

## [1.1.0] - 2020-05-10
## Added
* Add "overwrites-pull-request-comment" input

### Changed
* Overwrite comment on pull request by default
- You can use `overwrites-pull-request-comment: false` not to overwrite
* Update dependencies

## [1.0.13] - 2020-05-09
### Changed
* Update dependencies
Expand Down Expand Up @@ -86,7 +95,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.0.13...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/nwtgck/actions-netlify/compare/v1.0.13...v1.1.0
[1.0.13]: https://github.com/nwtgck/actions-netlify/compare/v1.0.12...v1.0.13
[1.0.12]: https://github.com/nwtgck/actions-netlify/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/nwtgck/actions-netlify/compare/v1.0.10...v1.0.11
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.0.13",
"version": "1.1.0",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",
Expand Down

0 comments on commit 27df0f7

Please sign in to comment.