Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2023-03-07)

### Bug Fixes

* **package.json:** up herbs version ([549913d](549913d))

### Continuous Integration

* fix cd ([136c781](136c781))

### BREAKING CHANGES

* upgrade buchu to 2.0
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 7a4930c commit 642f765
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/herbsjs/herbs2mermaid/compare/v1.2.0...v2.0.0) (2023-03-07)


### Bug Fixes

* **package.json:** up herbs version ([549913d](https://github.com/herbsjs/herbs2mermaid/commit/549913dd516f420b0795714a693357e256be5f79))


### Continuous Integration

* fix cd ([136c781](https://github.com/herbsjs/herbs2mermaid/commit/136c7813f40938cc00e0f4f24fbe2e4c20c35c7d))


### BREAKING CHANGES

* upgrade buchu to 2.0

# [1.2.0](https://github.com/herbsjs/herbs2mermaid/compare/v1.1.1...v1.2.0) (2022-09-05)


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/herbs2mermaid",
"version": "1.2.0",
"version": "2.0.0",
"description": "A lib to help you generate mermaid diagrams from your herbs project",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit 642f765

Please sign in to comment.