Skip to content

Commit

Permalink
chore(release): 1.2.18 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.18](v1.2.17...v1.2.18) (2022-12-02)

### Bug Fixes

* bump dependencies ([4639bb8](4639bb8))
* docs ([7a10052](7a10052))
  • Loading branch information
semantic-release-bot committed Dec 2, 2022
1 parent 7a10052 commit b44fff1
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.2.18](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.17...v1.2.18) (2022-12-02)


### Bug Fixes

* bump dependencies ([4639bb8](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/4639bb8bea3e7c58a03f07934a9cc7d2698e23eb))
* docs ([7a10052](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/7a10052594d58da2f9384bd91d3f973ab3de44a0))

## [1.2.17](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.16...v1.2.17) (2022-11-28)


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/node-autoscaler",
"version": "1.2.17",
"version": "1.2.18",
"description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"node-autoscaler",
Expand All @@ -20,7 +20,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -47,5 +49,7 @@
"webpack-cli": "^4.3.1",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.4.11" }
"dependencies": {
"@cocreate/docs": "^1.4.11"
}
}

0 comments on commit b44fff1

Please sign in to comment.