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.0.3...v4.0.0) (2023-03-07)

### Bug Fixes

* **deps:** bump @herbsjs/herbs from 1.6.2 to 2.0.0 ([aafbf74](aafbf74))
* **package.json:** up herbs version ([6c09e1d](6c09e1d))

### Continuous Integration

* fix cd ([702788f](702788f))

### BREAKING CHANGES

* upgrade buchu to 2.0
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 0a86f97 commit d5e0de1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
# [4.0.0](https://github.com/herbsjs/herbs2mongo/compare/v3.0.3...v4.0.0) (2023-03-07)


### Bug Fixes

* **deps:** bump @herbsjs/herbs from 1.6.2 to 2.0.0 ([aafbf74](https://github.com/herbsjs/herbs2mongo/commit/aafbf74e07fcb9cf45376e05a11e2e10cac4ca29))
* **package.json:** up herbs version ([6c09e1d](https://github.com/herbsjs/herbs2mongo/commit/6c09e1d59e47c76bda0dfb6b4d10b07494a97738))


### Continuous Integration

* fix cd ([702788f](https://github.com/herbsjs/herbs2mongo/commit/702788f6a1674ac2e307106b71d6ccdf644f6c1b))


### BREAKING CHANGES

* upgrade buchu to 2.0

## [3.0.3](https://github.com/herbsjs/herbs2mongo/compare/v3.0.2...v3.0.3) (2022-08-15)


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
@@ -1,6 +1,6 @@
{
"name": "@herbsjs/herbs2mongo",
"version": "3.0.3",
"version": "4.0.0",
"description": "Create repositories using Mongo to retrieve and store Entities.",
"main": "./src/herbs2mongo.js",
"scripts": {
Expand Down

0 comments on commit d5e0de1

Please sign in to comment.