Skip to content

Commit

Permalink
chore(release): 1.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.7](v1.1.6...v1.1.7) (2022-12-31)

### Bug Fixes

* add doc _id ([77d6ec8](77d6ec8))
* bump dependencies ([f3af377](f3af377))
  • Loading branch information
semantic-release-bot committed Dec 31, 2022
1 parent f3af377 commit 0de87ac
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.7](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.1.6...v1.1.7) (2022-12-31)


### Bug Fixes

* add doc _id ([77d6ec8](https://github.com/CoCreate-app/CoCreate-codearea/commit/77d6ec8149284c7ef7f94af00846d17d916e587a))
* bump dependencies ([f3af377](https://github.com/CoCreate-app/CoCreate-codearea/commit/f3af3772e715f186fd1bd36dfaa26732568951dc))

## [1.1.6](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.1.5...v1.1.6) (2022-12-30)


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

0 comments on commit 0de87ac

Please sign in to comment.