Skip to content

Commit

Permalink
chore(release): 1.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.1](v1.20.0...v1.20.1) (2024-06-12)

### Bug Fixes

* bump cocreate dependencies ([8e19b5e](8e19b5e))
* svg icon class ([2158676](2158676))
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent 8e19b5e commit a0ce64a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.20.1](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.20.0...v1.20.1) (2024-06-12)


### Bug Fixes

* bump cocreate dependencies ([8e19b5e](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/8e19b5e5b7e54f1141f28f44b2ffe438f995b91b))
* svg icon class ([2158676](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/215867667950fac30375e19362174a878498cb8f))

# [1.20.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.19.4...v1.20.0) (2024-05-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/lazy-loader",
"version": "1.20.0",
"version": "1.20.1",
"description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"lazy-loader",
Expand Down Expand Up @@ -61,4 +61,4 @@
"@cocreate/config": "^1.12.3",
"@cocreate/observer": "^1.16.1"
}
}
}

0 comments on commit a0ce64a

Please sign in to comment.