Skip to content

Commit c2ae3ba

Browse files
chore(release): 1.7.13 [skip ci]
## [1.7.13](v1.7.12...v1.7.13) (2023-06-04) ### Bug Fixes * **semantic-release:** worklow error solved by running node version 14 ([17e3a9b](17e3a9b))
1 parent 17e3a9b commit c2ae3ba

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.13](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.12...v1.7.13) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **semantic-release:** worklow error solved by running node version 14 ([17e3a9b](https://github.com/CoCreate-app/CoCreate-calculations/commit/17e3a9ba85a382a5727f368c17e8e0bdcee70763))
7+
18
## [1.7.12](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.11...v1.7.12) (2023-06-02)
29

310

@@ -1236,4 +1243,4 @@
12361243

12371244
* Initial Release ([3af2170](https://github.com/CoCreate-app/CoCreate-calculations/commit/3af2170b082c070feab2c5af5f00a7abd92f6250))
12381245

1239-
# CHANGELOG
1246+
# CHANGELOG

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.7.12",
3+
"version": "1.7.13",
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",

0 commit comments

Comments
 (0)