Skip to content

Commit 479f4cd

Browse files
committed
chore(release): 5.1.0
1 parent d5ab91f commit 479f4cd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="5.1.0"></a>
6+
# [5.1.0](https://github.com/thisissoon/angular-image-loader/compare/v5.0.0...v5.1.0) (2019-02-05)
7+
8+
9+
### Features
10+
11+
* **image-loader:** Set image asynchronously and placeholder immediately ([d5ab91f](https://github.com/thisissoon/angular-image-loader/commit/d5ab91f))
12+
13+
14+
515
<a name="5.0.0"></a>
616
# [5.0.0](https://github.com/thisissoon/angular-image-loader/compare/v4.0.0...v5.0.0) (2018-11-22)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisissoon/angular-image-loader",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"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",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)