Skip to content

Commit 42ebac4

Browse files
chore(release): 1.5.9 [skip ci]
## [1.5.9](v1.5.8...v1.5.9) (2022-11-25) ### Bug Fixes * bump dependencies ([e4b33c6](e4b33c6)) * CoCreate.crud.default removed bug causing default object ([986ee58](986ee58))
1 parent e4b33c6 commit 42ebac4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.9](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.8...v1.5.9) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([e4b33c6](https://github.com/CoCreate-app/CoCreate-calculations/commit/e4b33c676919003a14fd4094a41ba2893e473168))
7+
* CoCreate.crud.default removed bug causing default object ([986ee58](https://github.com/CoCreate-app/CoCreate-calculations/commit/986ee5863870586ff7b5c7c7e926983ec15f1b58))
8+
19
## [1.5.8](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.7...v1.5.8) (2022-11-24)
210

311

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.5.8",
3+
"version": "1.5.9",
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)