Skip to content

Commit d9fbcf2

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2022-02-20) ### Bug Fixes * **graphql:** handle mutation creation for `other` usecase type (not CRUD) ([10328a9](10328a9)) * **rest:** handle controller creation for `other` usecase type (not CRUD) ([789b199](789b199))
1 parent 10328a9 commit d9fbcf2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.1](https://github.com/herbsjs/herbs-cli/compare/v2.0.0...v2.0.1) (2022-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **graphql:** handle mutation creation for `other` usecase type (not CRUD) ([10328a9](https://github.com/herbsjs/herbs-cli/commit/10328a9287a7d9566918992a2694fd714b7b3f08))
7+
* **rest:** handle controller creation for `other` usecase type (not CRUD) ([789b199](https://github.com/herbsjs/herbs-cli/commit/789b199d5c93a5b8e363af726811474f90730580))
8+
19
# [2.0.0](https://github.com/herbsjs/herbs-cli/compare/v1.10.4...v2.0.0) (2022-02-20)
210

311

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@herbsjs/herbs-cli",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "herbs CLI",
55
"bin": {
66
"herbs": "bin/herbs"

0 commit comments

Comments
 (0)