Skip to content

Commit 2c47f9a

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-01-25) ### Bug Fixes * observer init and worklow ([70e9758](70e9758))
1 parent c1a7941 commit 2c47f9a

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.0.0...v1.0.1) (2021-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* observer init and worklow ([70e9758](https://github.com/CoCreate-app/CoCreate-calculations/commit/70e97589a8a5b577d33e00401afea15be7b49b37))
7+
18
# 1.0.0 (2021-01-24)
29

310

package.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
{
22
"name": "@cocreate/calculations",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple calculation component in vanilla javascript. Easy configuration using data-attributes and/or JavaScript API. Great for getting values from multiple elements and calculating to produce a result.",
5-
"keywords": ["calculation","calculate-values","calculate-total","cocreate","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+
"calculation",
7+
"calculate-values",
8+
"calculate-total",
9+
"cocreate",
10+
"no-code-framework",
11+
"cocreatejs",
12+
"cocreatejs-component",
13+
"cocreate-framework",
14+
"no-code",
15+
"low-code",
16+
"collaborative-framework",
17+
"realtime",
18+
"realtime-framework",
19+
"collaboration",
20+
"shared-editing",
21+
"html5-framework",
22+
"javascript-framework"
23+
],
624
"publishConfig": {
725
"access": "public"
826
},

0 commit comments

Comments
 (0)