Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2022-12-29)

### Bug Fixes

* bump dependencies ([49d9033](49d9033))
  • Loading branch information
semantic-release-bot committed Dec 29, 2022
1 parent 49d9033 commit 811d340
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.5](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.1.4...v1.1.5) (2022-12-29)


### Bug Fixes

* bump dependencies ([49d9033](https://github.com/CoCreate-app/CoCreate-codearea/commit/49d90335894e984565170733b14f4ed92ed30470))

## [1.1.4](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.1.3...v1.1.4) (2022-12-27)


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.4",
"version": "1.1.5",
"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 811d340

Please sign in to comment.