Skip to content

Commit

Permalink
release: v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Apr 16, 2021
1 parent d10f775 commit 3276c15
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.1.2] - 2021-04-16

### Fixed:

- Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

## [7.1.1] - 2021-04-04

### Fixed:
Expand Down Expand Up @@ -225,7 +231,7 @@ First release

#

[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...HEAD
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.1.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 @@ -257,3 +263,4 @@ First release
[7.0.0]: https://github.com/EndBug/add-and-commit/compare/v6.2.0...v7.0.0
[7.1.0]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...v7.1.0
[7.1.1]: https://github.com/EndBug/add-and-commit/compare/v7.1.0...v7.1.1
[7.1.2]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...v7.1.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-and-commit",
"version": "7.1.1",
"version": "7.1.2",
"private": true,
"description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js",
Expand Down

0 comments on commit 3276c15

Please sign in to comment.