We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4149723 commit cda1b76Copy full SHA for cda1b76
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.32](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.31...v1.1.32) (2022-12-13)
2
+
3
4
+### Bug Fixes
5
6
+* removed un used devDependencies ([4149723](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/4149723447706f8ce5cdc64c575cbbfcb3a8b0e7))
7
8
## [1.1.31](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.30...v1.1.31) (2022-12-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/lazy-loader",
- "version": "1.1.31",
+ "version": "1.1.32",
"description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"lazy-loader",
0 commit comments