Skip to content

Commit

Permalink
chore(release): 1.2.32 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.32](v1.2.31...v1.2.32) (2022-12-25)

### Bug Fixes

* bump dependencies ([fcd65aa](fcd65aa))
* update cdn to latest ([ee40380](ee40380))
  • Loading branch information
semantic-release-bot committed Dec 25, 2022
1 parent fcd65aa commit 329100b
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.32](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.31...v1.2.32) (2022-12-25)


### Bug Fixes

* bump dependencies ([fcd65aa](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/fcd65aa1e43ca41db4ec612afe7ec3509f7ca3b9))
* update cdn to latest ([ee40380](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/ee403809bccc0baaf5488882609fc35118dbbb4a))

## [1.2.31](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.30...v1.2.31) (2022-12-23)


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.31",
"version": "1.2.32",
"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 @@ -46,5 +48,7 @@
"webpack-cli": "^4.3.1",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.4.25" }
"dependencies": {
"@cocreate/docs": "^1.4.25"
}
}

0 comments on commit 329100b

Please sign in to comment.