Skip to content

Commit 2bdc0a6

Browse files
committed
release: v7.2.1
1 parent b1dfb47 commit 2bdc0a6

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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+
## [7.2.1] - 2021-05-11
11+
12+
### Fixed:
13+
14+
- Fixed an issue with missing outputs (#189)
15+
1016
## [7.2.0] - 2021-04-22
1117

1218
### Added:
@@ -242,7 +248,7 @@ First release
242248

243249
#
244250

245-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...HEAD
251+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...HEAD
246252
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
247253
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
248254
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -276,3 +282,4 @@ First release
276282
[7.1.1]: https://github.com/EndBug/add-and-commit/compare/v7.1.0...v7.1.1
277283
[7.1.2]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...v7.1.2
278284
[7.2.0]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...v7.2.0
285+
[7.2.1]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...v7.2.1

lib/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-and-commit",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
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)