Skip to content

Commit d5e0de1

Browse files
chore(release): 4.0.0 [skip ci]
# [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
1 parent 0a86f97 commit d5e0de1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [4.0.0](https://github.com/herbsjs/herbs2mongo/compare/v3.0.3...v4.0.0) (2023-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @herbsjs/herbs from 1.6.2 to 2.0.0 ([aafbf74](https://github.com/herbsjs/herbs2mongo/commit/aafbf74e07fcb9cf45376e05a11e2e10cac4ca29))
7+
* **package.json:** up herbs version ([6c09e1d](https://github.com/herbsjs/herbs2mongo/commit/6c09e1d59e47c76bda0dfb6b4d10b07494a97738))
8+
9+
10+
### Continuous Integration
11+
12+
* fix cd ([702788f](https://github.com/herbsjs/herbs2mongo/commit/702788f6a1674ac2e307106b71d6ccdf644f6c1b))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* upgrade buchu to 2.0
18+
119
## [3.0.3](https://github.com/herbsjs/herbs2mongo/compare/v3.0.2...v3.0.3) (2022-08-15)
220

321

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/herbs2mongo",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "Create repositories using Mongo to retrieve and store Entities.",
55
"main": "./src/herbs2mongo.js",
66
"scripts": {

0 commit comments

Comments
 (0)