Skip to content

Commit

Permalink
chore(release): 2.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.3](v2.7.2...v2.7.3) (2022-06-25)

### Bug Fixes

* adding command for herbs-CLI execution in the units tests ([bc73930](bc73930))
* check if git is installed in the operating system ([127b1c8](127b1c8)), closes [#110](#110)
* error message change if git command fails to execute ([9772757](9772757))
* **git.js:** broken when herbs new with git ([1348133](1348133)), closes [#110](#110)
  • Loading branch information
semantic-release-bot committed Jun 25, 2022
1 parent 6fe89da commit 3048f3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.7.3](https://github.com/herbsjs/herbs-cli/compare/v2.7.2...v2.7.3) (2022-06-25)


### Bug Fixes

* adding command for herbs-CLI execution in the units tests ([bc73930](https://github.com/herbsjs/herbs-cli/commit/bc73930766d859efadc5c5b9fbf44dfbea440513))
* check if git is installed in the operating system ([127b1c8](https://github.com/herbsjs/herbs-cli/commit/127b1c85f500bf4505ae76c1975d2497c4817c0f)), closes [#110](https://github.com/herbsjs/herbs-cli/issues/110)
* error message change if git command fails to execute ([9772757](https://github.com/herbsjs/herbs-cli/commit/977275760dfcaeb1b1cfcd3da706f609425c21de))
* **git.js:** broken when herbs new with git ([1348133](https://github.com/herbsjs/herbs-cli/commit/134813307a38209cb764f8c57a8bd614cf55cb6d)), closes [#110](https://github.com/herbsjs/herbs-cli/issues/110)

## [2.7.2](https://github.com/herbsjs/herbs-cli/compare/v2.7.1...v2.7.2) (2022-06-25)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@herbsjs/herbs-cli",
"version": "2.7.2",
"version": "2.7.3",
"description": "herbs CLI",
"bin": {
"herbs": "bin/herbs"
Expand Down

0 comments on commit 3048f3d

Please sign in to comment.