Skip to content

Commit 7f75aad

Browse files
chore(release): 1.5.37 [skip ci]
## [1.5.37](v1.5.36...v1.5.37) (2023-01-06) ### Bug Fixes * bump dependencies, worklow [@V3](https://github.com/v3) ([c467a53](c467a53)) * edit in github btn styles ([b87e4ad](b87e4ad))
1 parent c467a53 commit 7f75aad

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.37](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.36...v1.5.37) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies, worklow [@v3](https://github.com/v3) ([c467a53](https://github.com/CoCreate-app/CoCreate-calculations/commit/c467a539224f586e45561db85dd853a6c0bbfef5))
7+
* edit in github btn styles ([b87e4ad](https://github.com/CoCreate-app/CoCreate-calculations/commit/b87e4ad7bc6393a797975c17f4ce5487167686d7))
8+
19
## [1.5.36](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.35...v1.5.36) (2023-01-05)
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.36",
3+
"version": "1.5.37",
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)