Skip to content

Commit 98bf2aa

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.37...v1.5.0) (2022-11-21) ### Bug Fixes * crud.getAttr renamed to crud.getAttributes ([38d6660](38d6660)) * update crud functions to receive an array of objects as the response ([c6792e3](c6792e3)) ### Features * Add @cocreate/element-prototype ([26b6dbe](26b6dbe))
1 parent 38d6660 commit 98bf2aa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.4.37...v1.5.0) (2022-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* crud.getAttr renamed to crud.getAttributes ([38d6660](https://github.com/CoCreate-app/CoCreate-calculations/commit/38d66609dd78c8e64302ebd9363bd516152686b5))
7+
* update crud functions to receive an array of objects as the response ([c6792e3](https://github.com/CoCreate-app/CoCreate-calculations/commit/c6792e3e5e04e17fa8a392a2ba272c01d519c063))
8+
9+
10+
### Features
11+
12+
* Add @cocreate/element-prototype ([26b6dbe](https://github.com/CoCreate-app/CoCreate-calculations/commit/26b6dbe7eeeae1db14d2e5cb70484dc727cf811b))
13+
114
## [1.4.37](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.4.36...v1.4.37) (2022-10-02)
215

316

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.4.37",
3+
"version": "1.5.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",

0 commit comments

Comments
 (0)