Skip to content

Commit

Permalink
chore(release): 1.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.1](v1.15.0...v1.15.1) (2024-01-09)

### Bug Fixes

* handle apikey error ([85a332a](85a332a))
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent 85a332a commit fb26268
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.15.1](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.15.0...v1.15.1) (2024-01-09)


### Bug Fixes

* handle apikey error ([85a332a](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/85a332a9ef214a5494c6a5e780778becb15f73b9))

# [1.15.0](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.14.0...v1.15.0) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/lazy-loader",
"version": "1.15.0",
"version": "1.15.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

0 comments on commit fb26268

Please sign in to comment.