Skip to content

Commit

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

### Bug Fixes

* bump dependencies ([c44c6bd](c44c6bd))
  • Loading branch information
semantic-release-bot committed Dec 12, 2022
1 parent c44c6bd commit 9c5c798
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.0...v1.1.1) (2022-12-12)


### Bug Fixes

* bump dependencies ([c44c6bd](https://github.com/CoCreate-app/CoCreate-mongodb/commit/c44c6bddeb94a6c27f917d745c51e4518fb591c9))

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


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.0",
"version": "1.1.1",
"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 9c5c798

Please sign in to comment.