Skip to content

Commit fe33eac

Browse files
committedNov 25, 2023
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2023-11-25) ### Features * upgrade dependencies for latest features and fixes ([c0d8a98](c0d8a98))
1 parent c0d8a98 commit fe33eac

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.13.0...v1.14.0) (2023-11-25)
2+
3+
4+
### Features
5+
6+
* upgrade dependencies for latest features and fixes ([c0d8a98](https://github.com/CoCreate-app/CoCreate-calculations/commit/c0d8a9851c0712844751091ad7e41971a8a596d8))
7+
18
# [1.13.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.12.0...v1.13.0) (2023-11-25)
29

310

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.13.0",
3+
"version": "1.14.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.14.0",
6464
"@cocreate/utils": "^1.29.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)
Failed to load comments.