diff --git a/CHANGELOG.md b/CHANGELOG.md index 2090a35..fa149cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.13.0...v1.14.0) (2023-11-25) + + +### Features + +* upgrade dependencies for latest features and fixes ([c0d8a98](https://github.com/CoCreate-app/CoCreate-calculations/commit/c0d8a9851c0712844751091ad7e41971a8a596d8)) + # [1.13.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.12.0...v1.13.0) (2023-11-25) diff --git a/package.json b/package.json index d0d8cd6..e348c5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/calculation", - "version": "1.13.0", + "version": "1.14.0", "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.", "keywords": [ "calculation", @@ -63,4 +63,4 @@ "@cocreate/observer": "^1.14.0", "@cocreate/utils": "^1.29.0" } -} \ No newline at end of file +}