Skip to content

Commit 0afabd4

Browse files
chore(release): 1.2.9 [skip ci]
## [1.2.9](v1.2.8...v1.2.9) (2022-11-21) ### Bug Fixes * @cocreate/docs bug fix ([5d48204](5d48204))
1 parent 5d48204 commit 0afabd4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.9](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.8...v1.2.9) (2022-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* @cocreate/docs bug fix ([5d48204](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/5d4820446bac2315fe18a280d01865cd03ad07e6))
7+
18
## [1.2.8](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.7...v1.2.8) (2022-11-21)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/node-autoscaler",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"node-autoscaler",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js --watch",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -47,5 +49,7 @@
4749
"webpack-cli": "^4.3.1",
4850
"webpack-log": "^3.0.1"
4951
},
50-
"dependencies": { "@cocreate/docs": "^1.3.24" }
52+
"dependencies": {
53+
"@cocreate/docs": "^1.3.24"
54+
}
5155
}

0 commit comments

Comments
 (0)