Skip to content

Commit 3276c15

Browse files
committed
release: v7.1.2
1 parent d10f775 commit 3276c15

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.1.2] - 2021-04-16
11+
12+
### Fixed:
13+
14+
- Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)
15+
1016
## [7.1.1] - 2021-04-04
1117

1218
### Fixed:
@@ -225,7 +231,7 @@ First release
225231

226232
#
227233

228-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...HEAD
234+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...HEAD
229235
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
230236
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
231237
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -257,3 +263,4 @@ First release
257263
[7.0.0]: https://github.com/EndBug/add-and-commit/compare/v6.2.0...v7.0.0
258264
[7.1.0]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...v7.1.0
259265
[7.1.1]: https://github.com/EndBug/add-and-commit/compare/v7.1.0...v7.1.1
266+
[7.1.2]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...v7.1.2

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.1.1",
3+
"version": "7.1.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)