Skip to content

Commit c523d11

Browse files
chore(release): 1.3.14 [skip ci]
## [1.3.14](v1.3.13...v1.3.14) (2023-06-04) ### Bug Fixes * replaced secert GITHUB_TOKEN with GITHUB ([bbdf7cf](bbdf7cf)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([89fa0da](89fa0da))
1 parent 89fa0da commit c523d11

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.14](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.13...v1.3.14) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* replaced secert GITHUB_TOKEN with GITHUB ([bbdf7cf](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/bbdf7cf54c7c4213301fe9b0dd8ce488ee7878d8))
7+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([89fa0da](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/89fa0daa89eb29ee599ce368a25331856a2d0d5a))
8+
19
## [1.3.13](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.12...v1.3.13) (2023-06-04)
210

311

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.13",
3+
"version": "1.3.14",
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",
@@ -63,4 +63,4 @@
6363
"@cocreate/hosting": "^1.10.8",
6464
"@cocreate/observer": "^1.8.3"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)