Skip to content

Commit d248142

Browse files
chore(release): 1.14.5 [skip ci]
## [1.14.5](v1.14.4...v1.14.5) (2024-02-14) ### Bug Fixes * realtime defaults to false ([ae8206f](ae8206f))
1 parent ae8206f commit d248142

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.5](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.4...v1.14.5) (2024-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* realtime defaults to false ([ae8206f](https://github.com/CoCreate-app/CoCreate-calculate/commit/ae8206fa61b6fdeea5504653158b6bbaebde45f2))
7+
18
## [1.14.4](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.3...v1.14.4) (2024-02-13)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculate",
3-
"version": "1.14.4",
3+
"version": "1.14.5",
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",

0 commit comments

Comments
 (0)