Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2022-12-13)

### Bug Fixes

* bump dependencies ([fcf95de](fcf95de))
* supports operator includes and $includes ([d63e4a4](d63e4a4))
  • Loading branch information
semantic-release-bot committed Dec 13, 2022
1 parent fcf95de commit e6c6596
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.2](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.1...v1.1.2) (2022-12-13)


### Bug Fixes

* bump dependencies ([fcf95de](https://github.com/CoCreate-app/CoCreate-mongodb/commit/fcf95de70fbfeba97f4d313ed0b8134a4496cca2))
* supports operator includes and $includes ([d63e4a4](https://github.com/CoCreate-app/CoCreate-mongodb/commit/d63e4a48cba168955b71430c6a7a465849388cc0))

## [1.1.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.0...v1.1.1) (2022-12-12)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/mongodb",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"mongodb",
Expand All @@ -20,7 +20,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -34,7 +36,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-mongodb/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-mongodb/issues"
},
"homepage": "https://cocreate.app/docs/mongodb",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit e6c6596

Please sign in to comment.