Skip to content

Commit

Permalink
chore(release): 1.2.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.10](v1.2.9...v1.2.10) (2022-11-22)

### Bug Fixes

* apply src: {{source}} to CoCreate.config ([34cc730](34cc730))
* workflow docs ([72744a9](72744a9))
  • Loading branch information
semantic-release-bot committed Nov 22, 2022
1 parent 72744a9 commit 63c8e00
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.10](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.9...v1.2.10) (2022-11-22)


### Bug Fixes

* apply src: {{source}} to CoCreate.config ([34cc730](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/34cc730783e570782fa76ad81e1ddb9826fe6e08))
* workflow docs ([72744a9](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/72744a9f9110fd3ee84810174e3634592aad9702))

## [1.2.9](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.8...v1.2.9) (2022-11-21)


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.9",
"version": "1.2.10",
"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.1" }
"dependencies": {
"@cocreate/docs": "^1.4.1"
}
}

0 comments on commit 63c8e00

Please sign in to comment.