Skip to content

Commit cabdb83

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.0...v1.18.0) (2024-03-18) ### Bug Fixes * handlng wbhook returned as string or object ([daf7438](daf7438)) * imporved authentication handling ([dfc9b1c](dfc9b1c)) * typo executeect updated to object ([a1b6258](a1b6258)) ### Features * authentication can be defined at envirnonemt level ([e4bf74c](e4bf74c)) * executeMethod() to handle dotNotion method without losing context ([8ab4f84](8ab4f84)) * processOperators() to execute/rturn operator value ([e948ca2](e948ca2))
1 parent a1b6258 commit cabdb83

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.17.0...v1.18.0) (2024-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* handlng wbhook returned as string or object ([daf7438](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/daf7438bf8d6f049629112d056d9a598499cc23e))
7+
* imporved authentication handling ([dfc9b1c](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/dfc9b1c8b9fe547ff16d441e4b31b3f0332bacb8))
8+
* typo executeect updated to object ([a1b6258](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/a1b6258a7a88cd4e9847257fb552852342d9c7e3))
9+
10+
11+
### Features
12+
13+
* authentication can be defined at envirnonemt level ([e4bf74c](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/e4bf74cdd8146bd390aec734d29e4177c3b264a7))
14+
* executeMethod() to handle dotNotion method without losing context ([8ab4f84](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/8ab4f8484073891dba4c154938ae597c21962c5f))
15+
* processOperators() to execute/rturn operator value ([e948ca2](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/e948ca24c1fb1ba5ae9718aaa466f0e26af78c74))
16+
117
# [1.17.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.16.0...v1.17.0) (2024-02-05)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/lazy-loader",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"lazy-loader",

0 commit comments

Comments
 (0)