Skip to content

Commit 2ce3d65

Browse files
chore(release): 1.10.9 [skip ci]
## [1.10.9](v1.10.8...v1.10.9) (2023-11-03) ### Bug Fixes * favicon.ico path ([fa86f3c](fa86f3c)) * update dependencies to the lates versions ([a17f8b1](a17f8b1))
1 parent a17f8b1 commit 2ce3d65

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.10.9](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.10.8...v1.10.9) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([fa86f3c](https://github.com/CoCreate-app/CoCreate-calculations/commit/fa86f3c34abb7329f45150e69d246e7305147a0d))
7+
* update dependencies to the lates versions ([a17f8b1](https://github.com/CoCreate-app/CoCreate-calculations/commit/a17f8b12409a3a4907f0236cc0f9f49e6a49023e))
8+
19
## [1.10.8](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.10.7...v1.10.8) (2023-10-25)
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/calculation",
3-
"version": "1.10.8",
3+
"version": "1.10.9",
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.11.7",
6464
"@cocreate/utils": "^1.26.2"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)