Skip to content

Commit 1f634ba

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2023-08-17) ### Features * bump cocreate dependencies for the latest updates and features ([ede7556](ede7556))
1 parent ede7556 commit 1f634ba

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.8.0...v1.9.0) (2023-08-17)
2+
3+
4+
### Features
5+
6+
* bump cocreate dependencies for the latest updates and features ([ede7556](https://github.com/CoCreate-app/CoCreate-calculations/commit/ede75569042f294d76304ed4a071a9143c182fe7))
7+
18
# [1.8.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.29...v1.8.0) (2023-08-16)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
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",
@@ -63,4 +63,4 @@
6363
"@cocreate/observer": "^1.9.0",
6464
"@cocreate/utils": "^1.22.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)