mirror of
https://github.com/tauri-apps/actions-netlify.git
synced 2026-01-31 00:45:22 +01:00
bump: 2.0.0
This commit is contained in:
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.0] - 2022-12-08
|
||||
### Changed
|
||||
* Update dependencies
|
||||
* Updates the default runtime to node16
|
||||
|
||||
## [1.2.4] - 2022-10-14
|
||||
### Changed
|
||||
* Update dependencies
|
||||
@@ -187,7 +192,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.4...HEAD
|
||||
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v2.0.0...HEAD
|
||||
[2.0.0]: https://github.com/nwtgck/actions-netlify/compare/v1.2.4...v2.0.0
|
||||
[1.2.4]: https://github.com/nwtgck/actions-netlify/compare/v1.2.3...v1.2.4
|
||||
[1.2.3]: https://github.com/nwtgck/actions-netlify/compare/v1.2.2...v1.2.3
|
||||
[1.2.2]: https://github.com/nwtgck/actions-netlify/compare/v1.2.1...v1.2.2
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "actions-netlify",
|
||||
"version": "1.2.4",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "actions-netlify",
|
||||
"version": "1.2.4",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "actions-netlify",
|
||||
"version": "1.2.4",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"description": "GitHub Actions for Netlify",
|
||||
"main": "lib/main.js",
|
||||
|
||||
Reference in New Issue
Block a user