Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.1...v1.10.0) (2023-10-09)

### Bug Fixes

* ObjectId generated by db to maintain integrity and atomicity of message_log ([63a1d4a](63a1d4a))

### Features

* $currentDate operator to add timestamp in ([057e067](057e067))
* isValidDate imported from utils to check key values for date strings and convert to date object ([16f6695](16f6695))
* Support for $each update operator ([d955bd6](d955bd6))
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 63a1d4a commit acdce86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.10.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.9.1...v1.10.0) (2023-10-09)


### Bug Fixes

* ObjectId generated by db to maintain integrity and atomicity of message_log ([63a1d4a](https://github.com/CoCreate-app/CoCreate-mongodb/commit/63a1d4a0f7387cf5a7ea242de8c5047572377313))


### Features

* $currentDate operator to add timestamp in ([057e067](https://github.com/CoCreate-app/CoCreate-mongodb/commit/057e067ee6e359a901736f43955883935330436d))
* isValidDate imported from utils to check key values for date strings and convert to date object ([16f6695](https://github.com/CoCreate-app/CoCreate-mongodb/commit/16f6695a67e43232a5feccee70e19b826bc43b3a))
* Support for $each update operator ([d955bd6](https://github.com/CoCreate-app/CoCreate-mongodb/commit/d955bd6b4f15db5d745ed1d392637aa4348d1aa5))

## [1.9.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.9.0...v1.9.1) (2023-09-18)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/mongodb",
"version": "1.9.1",
"version": "1.10.0",
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"mongodb",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@cocreate/utils": "^1.24.2",
"mongodb": "^4.12.1"
}
}
}

0 comments on commit acdce86

Please sign in to comment.