Skip to content

Commit da4b27f

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.0...v1.15.0) (2024-01-08) ### Bug Fixes * applied host to define environment/branch ([2e830bf](2e830bf)) * hostNotFound handled by fileServer ([4773bb8](4773bb8)) * init logging ([40c1157](40c1157)) ### Features * bumped CoCreate dependencies to their latest versions ([8331382](8331382)) * use crud.getHost and crud.getorganization ([142715e](142715e))
1 parent 8331382 commit da4b27f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.14.0...v1.15.0) (2024-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* applied host to define environment/branch ([2e830bf](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/2e830bfbc3a6ab08b4d67b7f756e19f7933d412a))
7+
* hostNotFound handled by fileServer ([4773bb8](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/4773bb8466e6f5ae469ab9b6687a0c52e74ef992))
8+
* init logging ([40c1157](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/40c11576f402593c8dff92414959c7f1e96948f7))
9+
10+
11+
### Features
12+
13+
* bumped CoCreate dependencies to their latest versions ([8331382](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/83313829d28f95071cee5704164a35745067278a))
14+
* use crud.getHost and crud.getorganization ([142715e](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/142715e931e3e56bf841d5c2bcf061a0e3d56af2))
15+
116
# [1.14.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.13.2...v1.14.0) (2024-01-03)
217

318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/lazy-loader",
3-
"version": "1.14.0",
3+
"version": "1.15.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",
@@ -61,4 +61,4 @@
6161
"@cocreate/config": "^1.10.0",
6262
"@cocreate/observer": "^1.15.0"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)