Skip to content

Commit

Permalink
chore(release): 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed May 21, 2018
1 parent 4982c27 commit fb3b03c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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="3.3.1"></a>
## [3.3.1](https://github.com/thisissoon/angular-image-loader/compare/v3.3.0...v3.3.1) (2018-05-21)


### Bug Fixes

* **image loader:** clear src and srct on changes and pre load image ([9682008](https://github.com/thisissoon/angular-image-loader/commit/9682008))
* **VideoLoader:** autoplay issue in safari on ios and osx ([1d954ad](https://github.com/thisissoon/angular-image-loader/commit/1d954ad))



<a name="3.3.0"></a>
# [3.3.0](https://github.com/thisissoon/angular-image-loader/compare/v3.2.1...v3.3.0) (2018-03-06)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thisissoon/angular-image-loader",
"version": "3.3.0",
"version": "3.3.1",
"description": "A simple progressive, responsive, lazy image and video loading library for Angular that detects browser size and loads the appropriate image or video only when the element is in viewport. This package requires @thisissoon/angular-inviewport",
"keywords": [
"angular",
Expand Down

0 comments on commit fb3b03c

Please sign in to comment.