Skip to content

Commit dea8486

Browse files
committedApr 29, 2024
chore(release): 1.14.6 [skip ci]
## [1.14.6](v1.14.5...v1.14.6) (2024-04-29) ### Bug Fixes * bump cocreate dependencies ([64cc018](64cc018))
1 parent 64cc018 commit dea8486

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.6](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.5...v1.14.6) (2024-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([64cc018](https://github.com/CoCreate-app/CoCreate-calculate/commit/64cc018ec7d4436aa44080513a976c5745553e8d))
7+
18
## [1.14.5](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.4...v1.14.5) (2024-02-14)
29

310

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculate",
3-
"version": "1.14.5",
3+
"version": "1.14.6",
44
"description": "A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculates. Can be used for creating invoices,making payments & any kind of complex calculate. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"calculate",
@@ -63,4 +63,4 @@
6363
"@cocreate/observer": "^1.16.0",
6464
"@cocreate/utils": "^1.33.6"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)
Failed to load comments.