Skip to content

Commit ed7b74a

Browse files
committed
release: v5.1.1
1 parent 8c0903e commit ed7b74a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.1] - 2020-11-07
10+
### Fixed:
11+
- Fixed typo in parameter name: `pull_strategy` was written as `pull_stategy` (PR #83)
12+
913
## [5.1.0] - 2020-10-07
1014
### Added:
1115
- The default commit message now displays the name of the workflow too (issue #64)
@@ -112,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112116
First release
113117

114118
#
115-
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.0...HEAD
119+
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.1...HEAD
116120
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
117121
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
118122
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -134,3 +138,4 @@ First release
134138
[4.4.0]: https://github.com/EndBug/add-and-commit/compare/v4.3.0...v4.4.0
135139
[5.0.0]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0
136140
[5.1.0]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...v5.1.0
141+
[5.1.1]: https://github.com/EndBug/add-and-commit/compare/v5.1.0...v5.1.1

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

0 commit comments

Comments
 (0)