Skip to content

Commit 9358097

Browse files
committed
release: v5.1.2
1 parent ed17cac commit 9358097

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.1.2] - 2020-11-10
10+
### Fixed:
11+
- Fixed an issue with the build (issue #88)
12+
913
## [5.1.1] - 2020-11-07
1014
### Fixed:
1115
- Fixed typo in parameter name: `pull_strategy` was written as `pull_stategy` (PR #83)
@@ -116,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116120
First release
117121

118122
#
119-
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.1...HEAD
123+
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.2...HEAD
120124
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
121125
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
122126
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -139,3 +143,4 @@ First release
139143
[5.0.0]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0
140144
[5.1.0]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...v5.1.0
141145
[5.1.1]: https://github.com/EndBug/add-and-commit/compare/v5.1.0...v5.1.1
146+
[5.1.2]: https://github.com/EndBug/add-and-commit/compare/v5.1.1...v5.1.2

lib/index.js

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

package-lock.json

+1-1
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": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Add & commit files from a path directly from GitHub Actions",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)