Skip to content

Commit 1804164

Browse files
chore(release): 1.14.7 [skip ci]
## [1.14.7](v1.14.6...v1.14.7) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([d7b59b6](d7b59b6)) * svg icon class ([08f7126](08f7126))
1 parent d7b59b6 commit 1804164

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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.14.7](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.6...v1.14.7) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([d7b59b6](https://github.com/CoCreate-app/CoCreate-calculate/commit/d7b59b6046e02a1772964634b4425fd2a1ae260f))
7+
* svg icon class ([08f7126](https://github.com/CoCreate-app/CoCreate-calculate/commit/08f7126c16e9a09ea909eef469ed79dfc29d1380))
8+
19
## [1.14.6](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.5...v1.14.6) (2024-04-29)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculate",
3-
"version": "1.14.6",
3+
"version": "1.14.7",
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.1",
6464
"@cocreate/utils": "^1.33.7"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)