From 5f3fc9fc9cd2fcfe39e321289aea7819c0748dc9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Jun 2022 19:37:49 +0000 Subject: [PATCH] chore(release): 2.7.5 [skip ci] ## [2.7.5](https://github.com/herbsjs/herbs-cli/compare/v2.7.4...v2.7.5) (2022-06-25) ### Bug Fixes * fix a bug when the entity has another entity as field ([0690899](https://github.com/herbsjs/herbs-cli/commit/0690899c83297b55d5b5394a4e392392554c7cb4)), closes [#64](https://github.com/herbsjs/herbs-cli/issues/64) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0a938..f896211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.5](https://github.com/herbsjs/herbs-cli/compare/v2.7.4...v2.7.5) (2022-06-25) + + +### Bug Fixes + +* fix a bug when the entity has another entity as field ([0690899](https://github.com/herbsjs/herbs-cli/commit/0690899c83297b55d5b5394a4e392392554c7cb4)), closes [#64](https://github.com/herbsjs/herbs-cli/issues/64) + ## [2.7.4](https://github.com/herbsjs/herbs-cli/compare/v2.7.3...v2.7.4) (2022-06-25) diff --git a/package-lock.json b/package-lock.json index 38e7094..cf7f4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/herbs-cli", - "version": "2.7.4", + "version": "2.7.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9691ec4..c78ec99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herbsjs/herbs-cli", - "version": "2.7.4", + "version": "2.7.5", "description": "herbs CLI", "bin": { "herbs": "bin/herbs"