Skip to content

Commit 72e2460

Browse files
committed
release: v8.0.2
1 parent a9c53e5 commit 72e2460

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.2] - 2022-02-07
11+
12+
### Fixed:
13+
14+
- The `commit` input is now properly listed in the README. (#360)
15+
1016
## [8.0.1] - 2022-01-23
1117

1218
### Fixed:
@@ -299,7 +305,7 @@ First release
299305

300306
#
301307

302-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...HEAD
308+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.2...HEAD
303309
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
304310
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
305311
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -339,3 +345,4 @@ First release
339345
[7.5.0]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...v7.5.0
340346
[8.0.0]: https://github.com/EndBug/add-and-commit/compare/v7.5.0...v8.0.0
341347
[8.0.1]: https://github.com/EndBug/add-and-commit/compare/v8.0.0...v8.0.1
348+
[8.0.2]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...v8.0.2

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-and-commit",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"private": true,
55
"description": "Add & commit files from a path directly from GitHub Actions",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)