Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.0...v1.21.0) (2024-11-26)

### Bug Fixes

* unset array item by index ([80adab3](80adab3))

### Features

* handle $unset and $pull ([93fe6cd](93fe6cd))
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent 93fe6cd commit 7b06b6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.21.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.20.0...v1.21.0) (2024-11-26)


### Bug Fixes

* unset array item by index ([80adab3](https://github.com/CoCreate-app/CoCreate-mongodb/commit/80adab31fed06b9b4d6ab44535a960956bbc4e57))


### Features

* handle $unset and $pull ([93fe6cd](https://github.com/CoCreate-app/CoCreate-mongodb/commit/93fe6cd8967b5005e4001d960c28593caa7c3d55))

# [1.20.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.19.0...v1.20.0) (2024-11-04)


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.20.0",
"version": "1.21.0",
"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 7b06b6f

Please sign in to comment.