Skip to content

Commit

Permalink
chore(release): 1.11.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.5](v1.11.4...v1.11.5) (2022-12-21)

### Bug Fixes

* bump dependencies ([ffb69f9](ffb69f9))
  • Loading branch information
semantic-release-bot committed Dec 21, 2022
1 parent ffb69f9 commit b486179
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.11.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.4...v1.11.5) (2022-12-21)


### Bug Fixes

* bump dependencies ([ffb69f9](https://github.com/CoCreate-app/CoCreate-users/commit/ffb69f92adfa0c1138aa21e043fae12d0c7d2027))

## [1.11.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.3...v1.11.4) (2022-12-20)


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/users",
"version": "1.11.4",
"version": "1.11.5",
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"users",
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-users/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-users/issues"
},
"homepage": "https://cocreate.app/docs/users",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit b486179

Please sign in to comment.