Skip to content

Commit 835a28d

Browse files
committed
chore(release): 1.2.0
1 parent e2d13f8 commit 835a28d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
# Change Log
1+
# CHANGELOG
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="1.2.0"></a>
6+
# [1.2.0](https://github.com/jesusbotella/ngx-lazy-load-images/compare/v1.1.0...v1.2.0) (2017-12-18)
7+
8+
9+
### Features
10+
11+
* Add platform browser detection to make library compatible with Angular Universal ([6dad55c](https://github.com/jesusbotella/ngx-lazy-load-images/commit/6dad55c))
12+
* Add srcset option ([da3dd2c](https://github.com/jesusbotella/ngx-lazy-load-images/commit/da3dd2c))
13+
* Change build system from Rollup to Webpack ([75e119b](https://github.com/jesusbotella/ngx-lazy-load-images/commit/75e119b))
14+
15+
16+
517
<a name="1.1.0"></a>
618
# [1.1.0](https://github.com/jesusbotella/ngx-lazy-load-images/compare/v1.0.4...v1.1.0) (2017-11-14)
719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-lazy-load-images",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Image lazy load library for Angular 2+.",
55
"main": "./bundles/ngx-lazy-load-images.umd.min.js",
66
"module": "./ngx-lazy-load-images.es5.js",

0 commit comments

Comments
 (0)