Skip to content

Commit

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

## [Unreleased]

## [3.0.0] - 2024-03-10
### Changed
* Update dependencies
* Updates the default runtime to node20

## [2.1.0] - 2023-08-18
### Changed
* Update dependencies
Expand Down Expand Up @@ -199,7 +204,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Deploy to Netlify
* Comment on GitHub PR

[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/nwtgck/actions-netlify/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/nwtgck/actions-netlify/compare/v2.0.0...v2.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# ( Build to ./dist or other directory... )

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.1
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: './dist'
production-branch: master
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.1.0",
"version": "3.0.0",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",
Expand Down

0 comments on commit 6b45669

Please sign in to comment.