Skip to content

Commit

Permalink
release: v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Feb 7, 2022
1 parent a9c53e5 commit 72e2460
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 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
@@ -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",
Expand Down

0 comments on commit 72e2460

Please sign in to comment.