Skip to content

Commit 9fdaf97

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-03-29) ### Bug Fixes * Package Paths ([71b3903](71b3903))
1 parent 71b3903 commit 9fdaf97

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
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.2](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.0.1...v1.0.2) (2021-03-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Package Paths ([71b3903](https://github.com/CoCreate-app/CoCreate-calculations/commit/71b3903772f2c1a6960a760dd12dc9170d055837))
7+
18
## [1.0.1](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.0.0...v1.0.1) (2021-01-25)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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.",
55
"keywords": [
66
"calculation",
@@ -21,7 +21,9 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"publishConfig": { "access": "public" },
24+
"publishConfig": {
25+
"access": "public"
26+
},
2527
"scripts": {
2628
"start": "npx webpack --config webpack.config.js",
2729
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -57,5 +59,7 @@
5759
"style-loader": "^2.0.0",
5860
"terser-webpack-plugin": "^5.1.1"
5961
},
60-
"dependencies": { "@cocreate/docs": "^1.0.3" }
62+
"dependencies": {
63+
"@cocreate/docs": "^1.0.3"
64+
}
6165
}

0 commit comments

Comments
 (0)