Skip to content

Commit 9e2ea92

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.11...v1.11.0) (2023-11-19) ### Features * update dependecies for th latest features and bug fixes ([b381751](b381751))
1 parent b381751 commit 9e2ea92

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.11.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.10.11...v1.11.0) (2023-11-19)
2+
3+
4+
### Features
5+
6+
* update dependecies for th latest features and bug fixes ([b381751](https://github.com/CoCreate-app/CoCreate-calculations/commit/b3817512dd6469ed9d653acb2d0f66004008ce06))
7+
18
## [1.10.11](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.10.10...v1.10.11) (2023-11-12)
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.10.11",
3+
"version": "1.11.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.12.0",
6464
"@cocreate/utils": "^1.27.4"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)