Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbotella committed Aug 29, 2017
1 parent 4902e70 commit 64ba77b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.3"></a>
## [1.0.3](https://github.com/jesusbotella/ngx-lazy-load-images/compare/1.0.2...1.0.3) (2017-08-29)

### Bug Fixes

* **IntersectionObserverPolyfill:** Update IntersectionObserverPolyfill version to solve [this issue]()https://github.com/w3c/IntersectionObserver/issues/234 ([4902e704b37c5f88d3d0c23b62293f4cf29af3a9](https://github.com/jesusbotella/ngx-lazy-load-images/commit/4902e704b37c5f88d3d0c23b62293f4cf29af3a9))



<a name="1.0.2"></a>
## 1.0.2 (2017-08-22)

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": "ngx-lazy-load-images",
"version": "1.0.2",
"version": "1.0.3",
"description": "Image lazy load library for Angular 2+.",
"main": "./bundles/ngx-lazy-load-images.umd.min.js",
"module": "./ngx-lazy-load-images.es5.js",
Expand Down

0 comments on commit 64ba77b

Please sign in to comment.