Skip to content

Commit 4d0c496

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.7...v1.15.0) (2024-11-04) ### Bug Fixes * observer taget has been renamed to selector ([b781427](b781427)) * pretier.config.js and file formating ([c42f51b](c42f51b)) ### Features * add prettier.config.js and format files ([c7c6c3e](c7c6c3e)) * add prettier.config.js and format files ([d20732a](d20732a))
1 parent c42f51b commit 4d0c496

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.7...v1.15.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* observer taget has been renamed to selector ([b781427](https://github.com/CoCreate-app/CoCreate-calculate/commit/b7814279f23ab622e624dae0426b6233be6360a8))
7+
* pretier.config.js and file formating ([c42f51b](https://github.com/CoCreate-app/CoCreate-calculate/commit/c42f51b2b1427b9fe71ef7ae0dfd01154051e51f))
8+
9+
10+
### Features
11+
12+
* add prettier.config.js and format files ([c7c6c3e](https://github.com/CoCreate-app/CoCreate-calculate/commit/c7c6c3e2e02d253759f59b0dd5ecaac8df2e8c75))
13+
* add prettier.config.js and format files ([d20732a](https://github.com/CoCreate-app/CoCreate-calculate/commit/d20732a680def53c99609f31c8f0c5264ca188ab))
14+
115
## [1.14.7](https://github.com/CoCreate-app/CoCreate-calculate/compare/v1.14.6...v1.14.7) (2024-06-12)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculate",
3-
"version": "1.14.7",
3+
"version": "1.15.0",
44
"description": "A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculates. Can be used for creating invoices,making payments & any kind of complex calculate. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"calculate",

0 commit comments

Comments
 (0)