Skip to content

Commit 27fd6cc

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.1...v3.0.0) (2022-06-22) ### Features * change findById return ([9339459](9339459)) ### BREAKING CHANGES * now findById returns an array instead only element
1 parent f88c396 commit 27fd6cc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/herbsjs/herbs2mongo/compare/v2.2.1...v3.0.0) (2022-06-22)
2+
3+
4+
### Features
5+
6+
* change findById return ([9339459](https://github.com/herbsjs/herbs2mongo/commit/933945929b75913dbc9d3da4d659d49ce62dd0a6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* now findById returns an array instead only element
12+
113
## [2.2.1](https://github.com/herbsjs/herbs2mongo/compare/v2.2.0...v2.2.1) (2022-06-19)
214

315

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": "2.2.1",
3+
"version": "3.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)