Skip to content

Commit 218eda5

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.1...v1.10.0) (2023-08-21) ### Features * Update cocreate dependencies for the latest features and bug fixes ([ec50e81](ec50e81))
1 parent ec50e81 commit 218eda5

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.10.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.9.1...v1.10.0) (2023-08-21)
2+
3+
4+
### Features
5+
6+
* Update cocreate dependencies for the latest features and bug fixes ([ec50e81](https://github.com/CoCreate-app/CoCreate-calculations/commit/ec50e8175e2deab4e2acc7db62ef5f96e984b4c2))
7+
18
## [1.9.1](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.9.0...v1.9.1) (2023-08-21)
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.9.1",
3+
"version": "1.10.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.10.1",
6464
"@cocreate/utils": "^1.23.1"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)