Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.2.0...v4.0.0) (2022-07-13)

### Features

* **mermaid-entities:** centralize class diagram and change entities doc description ([cb24e66](cb24e66)), closes [#38](#38)
* **mermaid-entities:** implement entities doc with mermaid ([0eb7d15](0eb7d15)), closes [#38](#38)

### BREAKING CHANGES

* **mermaid-entities:** include a new paramter to renderShefHtml method
  • Loading branch information
semantic-release-bot committed Jul 13, 2022
1 parent a7d19a1 commit b2a005b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](/~https://github.com/herbsjs/herbsshelf/compare/v3.2.0...v4.0.0) (2022-07-13)


### Features

* **mermaid-entities:** centralize class diagram and change entities doc description ([cb24e66](/~https://github.com/herbsjs/herbsshelf/commit/cb24e66ff487afa1441e8a54b3d7a15639e1b10b)), closes [#38](/~https://github.com/herbsjs/herbsshelf/issues/38)
* **mermaid-entities:** implement entities doc with mermaid ([0eb7d15](/~https://github.com/herbsjs/herbsshelf/commit/0eb7d15fe2965c909cc90ba2ed6252b76775403e)), closes [#38](/~https://github.com/herbsjs/herbsshelf/issues/38)


### BREAKING CHANGES

* **mermaid-entities:** include a new paramter to renderShefHtml method

# [3.2.0](/~https://github.com/herbsjs/herbsshelf/compare/v3.1.1...v3.2.0) (2022-07-10)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herbsjs/herbsshelf",
"version": "3.2.0",
"version": "4.0.0",
"description": "A self-generate documentation about the usecases (buchu) of herbsJS",
"main": "./src/shelf.js",
"scripts": {
Expand Down Expand Up @@ -62,4 +62,4 @@
"@herbsjs/herbs": "^1.6.1",
"require-text": "0.0.1"
}
}
}

0 comments on commit b2a005b

Please sign in to comment.