Skip to content

Commit

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

## [Unreleased]

## [1.0.6] - 2020-03-17
### Changed
* Update dependencies

### Added
* Add `deploy-url` output [#48](https://github.com/nwtgck/actions-netlify/pull/48) by [@kentaro-m](https://github.com/kentaro-m)

## [1.0.5] - 2020-03-03
### Added
* Add `deploy-message` input [#40](https://github.com/nwtgck/actions-netlify/pull/40) by [@South-Paw](https://github.com/South-Paw)
Expand Down Expand Up @@ -47,7 +54,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.5...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.0.6...HEAD
[1.0.6]: https://github.com/nwtgck/actions-netlify/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/nwtgck/actions-netlify/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/nwtgck/actions-netlify/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/nwtgck/actions-netlify/compare/v1.0.2...v1.0.3
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.5",
"version": "1.0.6",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",
Expand Down

0 comments on commit ef1535b

Please sign in to comment.