Skip to content

Commit ef9a79c

Browse files
committedNov 25, 2023
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2023-11-25) ### Bug Fixes * update nav, edit button and css path ([c2fe314](c2fe314)) ### Features * upgrade dependencies for latest features and fixes ([029c9f2](029c9f2))
1 parent 029c9f2 commit ef9a79c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.12.0...v1.13.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update nav, edit button and css path ([c2fe314](https://github.com/CoCreate-app/CoCreate-calculations/commit/c2fe31408fc6763a8eaef91ed11d9570a847791c))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([029c9f2](https://github.com/CoCreate-app/CoCreate-calculations/commit/029c9f2b88a797f4c884309f3cdbed6269e0bda3))
12+
113
# [1.12.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.11.0...v1.12.0) (2023-11-22)
214

315

‎package.json

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

0 commit comments

Comments
 (0)
Failed to load comments.