Skip to content

Commit

Permalink
chore(release): 2.19.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [2.19.0-beta.7](v2.19.0-beta.6...v2.19.0-beta.7) (2023-07-19)

### Features

* **auth and sec:** generate new projects with jwt auth by default and turn on helmet lib for sec ([c806103](c806103))
  • Loading branch information
semantic-release-bot committed Jul 19, 2023
1 parent c806103 commit 690f4ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.19.0-beta.7](https://github.com/herbsjs/herbs-cli/compare/v2.19.0-beta.6...v2.19.0-beta.7) (2023-07-19)


### Features

* **auth and sec:** generate new projects with jwt auth by default and turn on helmet lib for sec ([c806103](https://github.com/herbsjs/herbs-cli/commit/c8061033c7257dbd2389ff69baa7c67479d222e7))

# [2.19.0-beta.6](https://github.com/herbsjs/herbs-cli/compare/v2.19.0-beta.5...v2.19.0-beta.6) (2023-07-03)


Expand Down
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": "@herbsjs/herbs-cli",
"version": "2.19.0-beta.6",
"version": "2.19.0-beta.7",
"description": "herbs CLI",
"bin": {
"herbs": "bin/herbs"
Expand Down

0 comments on commit 690f4ab

Please sign in to comment.