Skip to content

Commit

Permalink
chore(release): 1.10.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.6](v1.10.5...v1.10.6) (2023-10-25)

### Bug Fixes

* ensure a single connection is created ([f3856af](f3856af))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent f3856af commit 192c91b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.6](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.10.5...v1.10.6) (2023-10-25)


### Bug Fixes

* ensure a single connection is created ([f3856af](https://github.com/CoCreate-app/CoCreate-mongodb/commit/f3856afb83b59c314f73c11654f8aceaf4891bc7))

## [1.10.5](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.10.4...v1.10.5) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/mongodb",
"version": "1.10.5",
"version": "1.10.6",
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 192c91b

Please sign in to comment.