Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-06-19)

### Bug Fixes

* update method now uses findOneAndUpdate instead updateOne ([fca1c9b](fca1c9b))
  • Loading branch information
semantic-release-bot committed Jun 19, 2022
1 parent b273c19 commit 4559cf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/herbsjs/herbs2mongo/compare/v2.2.0...v2.2.1) (2022-06-19)


### Bug Fixes

* update method now uses findOneAndUpdate instead updateOne ([fca1c9b](https://github.com/herbsjs/herbs2mongo/commit/fca1c9b465ec8d035f05c5aabe370915825afbec))

# [2.2.0](https://github.com/herbsjs/herbs2mongo/compare/v2.1.0...v2.2.0) (2022-06-18)


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

0 comments on commit 4559cf8

Please sign in to comment.