Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-09-14)

### Bug Fixes

* build github package if release true ([e181783](e181783))
* release ([65fe88f](65fe88f))
* removed data- from crud, fetch, filter and pass attributes ([7952497](7952497))

### Features

* build image using github packages ([dbfc582](dbfc582))
* initial release ([8cfd5c4](8cfd5c4))
  • Loading branch information
semantic-release-bot committed Sep 14, 2021
1 parent 8cfd5c4 commit 6277b4d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# 1.0.0 (2021-09-14)


### Bug Fixes

* build github package if release true ([e181783](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/e18178329f869f33812c914bd5fdcedb952ead52))
* release ([65fe88f](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/65fe88f9d248a1905d566e2cbe4e2bea19396e1b))
* removed data- from crud, fetch, filter and pass attributes ([7952497](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/7952497cdca7756f02758384b593a583b60ba0bf))


### Features

* build image using github packages ([dbfc582](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/dbfc582f2034ed8ed9ce736cd7c05264d343135b))
* initial release ([8cfd5c4](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/8cfd5c4437a028eb0a9983e695505db314f890e3))
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@
"name": "@cocreate/node-autoscaler",
"version": "1.0.0",
"description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": ["node-autoscaler","cocreate","low-code-framework","no-code-framework","cocreatejs","cocreatejs-component","cocreate-framework","no-code","low-code","collaborative-framework","realtime","realtime-framework","collaboration","shared-editing","html5-framework","javascript-framework"],
"keywords": [
"node-autoscaler",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +49,6 @@
"webpack-cli": "^4.3.1",
"webpack-log": "^3.0.1"
},

"dependencies": {
"@cocreate/docs": "^1.0.3"
}
Expand Down

0 comments on commit 6277b4d

Please sign in to comment.