Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent f88c396 commit 27fd6cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/herbsjs/herbs2mongo/compare/v2.2.1...v3.0.0) (2022-06-22)


### Features

* change findById return ([9339459](https://github.com/herbsjs/herbs2mongo/commit/933945929b75913dbc9d3da4d659d49ce62dd0a6))


### BREAKING CHANGES

* now findById returns an array instead only element

## [2.2.1](https://github.com/herbsjs/herbs2mongo/compare/v2.2.0...v2.2.1) (2022-06-19)


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/herbs2mongo",
"version": "2.2.1",
"version": "3.0.0",
"description": "Create repositories using Mongo to retrieve and store Entities.",
"main": "./src/herbs2mongo.js",
"scripts": {
Expand Down

0 comments on commit 27fd6cc

Please sign in to comment.