Skip to content

Commit 6277b4d

Browse files
chore(release): 1.0.0 [skip ci]
# 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))
1 parent 8cfd5c4 commit 6277b4d

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
# 1.0.0 (2021-09-14)
12

3+
4+
### Bug Fixes
5+
6+
* build github package if release true ([e181783](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/e18178329f869f33812c914bd5fdcedb952ead52))
7+
* release ([65fe88f](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/65fe88f9d248a1905d566e2cbe4e2bea19396e1b))
8+
* removed data- from crud, fetch, filter and pass attributes ([7952497](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/7952497cdca7756f02758384b593a583b60ba0bf))
9+
10+
11+
### Features
12+
13+
* build image using github packages ([dbfc582](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/dbfc582f2034ed8ed9ce736cd7c05264d343135b))
14+
* initial release ([8cfd5c4](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/8cfd5c4437a028eb0a9983e695505db314f890e3))

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22
"name": "@cocreate/node-autoscaler",
33
"version": "1.0.0",
44
"description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5-
"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"],
5+
"keywords": [
6+
"node-autoscaler",
7+
"cocreate",
8+
"low-code-framework",
9+
"no-code-framework",
10+
"cocreatejs",
11+
"cocreatejs-component",
12+
"cocreate-framework",
13+
"no-code",
14+
"low-code",
15+
"collaborative-framework",
16+
"realtime",
17+
"realtime-framework",
18+
"collaboration",
19+
"shared-editing",
20+
"html5-framework",
21+
"javascript-framework"
22+
],
623
"publishConfig": {
724
"access": "public"
825
},
@@ -32,7 +49,6 @@
3249
"webpack-cli": "^4.3.1",
3350
"webpack-log": "^3.0.1"
3451
},
35-
3652
"dependencies": {
3753
"@cocreate/docs": "^1.0.3"
3854
}

0 commit comments

Comments
 (0)