Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-09-20)

### Bug Fixes

* adjust for installation of specific dependencies based on project setup ([ff359d4](ff359d4)), closes [#29](#29)
* adjustment of the installation of infra dependencies in the project setup ([5c56785](5c56785))
  • Loading branch information
semantic-release-bot committed Sep 20, 2021
1 parent f1c55bb commit 35678fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.1](https://github.com/herbsjs/herbs-cli/compare/v1.1.0...v1.1.1) (2021-09-20)


### Bug Fixes

* adjust for installation of specific dependencies based on project setup ([ff359d4](https://github.com/herbsjs/herbs-cli/commit/ff359d4e8f7d41c14c682531ba778c6cd80d66f7)), closes [#29](https://github.com/herbsjs/herbs-cli/issues/29)
* adjustment of the installation of infra dependencies in the project setup ([5c56785](https://github.com/herbsjs/herbs-cli/commit/5c567850bf80db74f317857d4fa5e8e99d2a21a3))

# [1.1.0](https://github.com/herbsjs/herbs-cli/compare/v1.0.7...v1.1.0) (2021-09-10)

### Features
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": "1.1.0",
"version": "1.1.1",
"description": "herbs CLI",
"bin": {
"herbs": "bin/herbs"
Expand Down

0 comments on commit 35678fc

Please sign in to comment.