Skip to content

Commit

Permalink
chore(release): 1.2.37 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.37](v1.2.36...v1.2.37) (2023-01-01)

### Bug Fixes

* docs sanbox overflow ([2f19738](2f19738))
  • Loading branch information
semantic-release-bot committed Jan 1, 2023
1 parent 2f19738 commit bad459d
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.2.37](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.36...v1.2.37) (2023-01-01)


### Bug Fixes

* docs sanbox overflow ([2f19738](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/2f1973896f387e3bf66e67a8c65045ebf0f2014b))

## [1.2.36](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.35...v1.2.36) (2022-12-31)


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.36",
"version": "1.2.37",
"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.5.2" }
"dependencies": {
"@cocreate/docs": "^1.5.2"
}
}

0 comments on commit bad459d

Please sign in to comment.