Skip to content

Commit c0dc4ce

Browse files
chore(release): 1.5.31 [skip ci]
## [1.5.31](v1.5.30...v1.5.31) (2022-12-27) ### Bug Fixes * bump dependecies ([251b6ec](251b6ec)) * bump dependencies ([4fe686a](4fe686a))
1 parent 251b6ec commit c0dc4ce

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.31](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.30...v1.5.31) (2022-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependecies ([251b6ec](https://github.com/CoCreate-app/CoCreate-calculations/commit/251b6ec334835ff744f6486bbd194f2f580a6555))
7+
* bump dependencies ([4fe686a](https://github.com/CoCreate-app/CoCreate-calculations/commit/4fe686ab0e2c71b59fdf9be45a7fedb10a46d4bc))
8+
19
## [1.5.30](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.29...v1.5.30) (2022-12-25)
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.30",
3+
"version": "1.5.31",
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)