Skip to content

Commit

Permalink
bump: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed May 5, 2021
1 parent a8a61a7 commit c915a74
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.2.1] - 2021-05-05
### Added
* Add "fails-without-credentials" input to fail if the credentials not provided [#532](https://github.com/nwtgck/actions-netlify/pull/532)

### Changed
* Update dependencies

## [1.2.0] - 2021-04-29
### Changed
* Update dependencies
Expand Down Expand Up @@ -165,7 +172,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.2.0...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/nwtgck/actions-netlify/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/nwtgck/actions-netlify/compare/v1.1.13...v1.2.0
[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
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.2.0",
"version": "1.2.1",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",
Expand Down

0 comments on commit c915a74

Please sign in to comment.