Skip to content

Commit 4fd5d3c

Browse files
chore(release): 1.4.33 [skip ci]
## [1.4.33](v1.4.32...v1.4.33) (2022-09-30) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([c2b5bbd](c2b5bbd))
1 parent c2b5bbd commit 4fd5d3c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-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.4.33](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.4.32...v1.4.33) (2022-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c2b5bbd](https://github.com/CoCreate-app/CoCreate-calculations/commit/c2b5bbdeb13388fe457d03273807c55ece8ce8d6))
7+
18
## [1.4.32](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.4.31...v1.4.32) (2022-09-30)
29

310

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.4.32",
3+
"version": "1.4.33",
44
"description": "A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 attributes and/or JavaScript API.",
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",

0 commit comments

Comments
 (0)