From acdce865ddddda6a01b6b7dda37320e70c9895c3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 02:57:14 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [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)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e9ea8..3f0fef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d6499eb..4ea8b4e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -48,4 +48,4 @@ "@cocreate/utils": "^1.24.2", "mongodb": "^4.12.1" } -} \ No newline at end of file +}