release: v8.0.2

This commit is contained in:
Federico Grandi
2022-02-07 14:42:37 +01:00
parent a9c53e5fc3
commit 72e246094f
3 changed files with 11 additions and 4 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [8.0.2] - 2022-02-07
### Fixed:
- The `commit` input is now properly listed in the README. (#360)
## [8.0.1] - 2022-01-23
### Fixed:
@@ -299,7 +305,7 @@ First release
#
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...HEAD
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.2...HEAD
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -339,3 +345,4 @@ First release
[7.5.0]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...v7.5.0
[8.0.0]: https://github.com/EndBug/add-and-commit/compare/v7.5.0...v8.0.0
[8.0.1]: https://github.com/EndBug/add-and-commit/compare/v8.0.0...v8.0.1
[8.0.2]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...v8.0.2

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "add-and-commit",
"version": "8.0.1",
"version": "8.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "add-and-commit",
"version": "8.0.1",
"version": "8.0.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",

View File

@@ -1,6 +1,6 @@
{
"name": "add-and-commit",
"version": "8.0.1",
"version": "8.0.2",
"private": true,
"description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js",