Skip to content

Commit b0c4e4e

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.29...v1.4.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([2e8ad11](2e8ad11)) * replace -target -selector ([0c13543](0c13543)) * updated actions callback data object ([6d958b3](6d958b3)) * webpack.config and package.json make use of mode=production instead of process.env ([7dd3233](7dd3233)) ### Features * name attribute and variable renamed to key ([46a524f](46a524f))
1 parent 7dd3233 commit b0c4e4e

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.4.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.29...v1.4.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([2e8ad11](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/2e8ad111e9b972d9e4bb9e8339b413f96cb3a86d))
7+
* replace -target -selector ([0c13543](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/0c135434255f484e7b9fed23a49456872c167b79))
8+
* updated actions callback data object ([6d958b3](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/6d958b3bbaf2c62b88126e402ada5d50772e746d))
9+
* webpack.config and package.json make use of mode=production instead of process.env ([7dd3233](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/7dd3233b04f4050d15f1a6c1a251301bd48e4eb8))
10+
11+
12+
### Features
13+
14+
* name attribute and variable renamed to key ([46a524f](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/46a524f1942ad417619481d20f5eaff65cd0a498))
15+
116
## [1.3.29](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.28...v1.3.29) (2023-06-14)
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.3.29",
3+
"version": "1.4.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",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/observer": "^1.8.19"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)