8000 Merge tag 'v2.1.0' into develop · nwtgck/actions-netlify@2f7bd1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f7bd1c

Browse files
committed
Merge tag 'v2.1.0' into develop
no message
2 parents 5e5fd0d + 7a92f00 commit 2f7bd1c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [2.1.0] - 2023-08-18
9+
### Changed
10+
* Update dependencies
11+
12+
### Added
13+
* Add "enable-github-deployment" input [#901](https://github.com/nwtgck/actions-netlify/pull/901) by [@a-tokyo](https://github.com/a-tokyo)
14+
815
## [2.0.0] - 2022-12-08
916
### Changed
1017
* Update dependencies
@@ -192,7 +199,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
192199
* Deploy to Netlify
193200
* Comment on GitHub PR
194201

195-
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v2.0.0...HEAD
202+
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v2.1.0...HEAD
203+
[2.1.0]: https://github.com/nwtgck/actions-netlify/compare/v2.0.0...v2.1.0
196204
[2.0.0]: https://github.com/nwtgck/actions-netlify/compare/v1.2.4...v2.0.0
197205
[1.2.4]: https://github.com/nwtgck/actions-netlify/compare/v1.2.3...v1.2.4
198206
[1.2.3]: https://github.com/nwtgck/actions-netlify/compare/v1.2.2...v1.2.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-netlify",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "GitHub Actions for Netlify",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)
0