Skip to content

Commit 73f0200

Browse files
committed
chore(release): 1.3.0
1 parent daeeef6 commit 73f0200

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# CHANGELOG
1+
# Change Log
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.3.0"></a>
6+
# [1.3.0](https://github.com/jesusbotella/ngx-lazy-load-images/compare/v1.1.0...v1.3.0) (2017-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* Remove 'module' and 'es2015' props from package.json until I find a fix for compilation ([daeeef6](https://github.com/jesusbotella/ngx-lazy-load-images/commit/daeeef6))
12+
13+
14+
### Features
15+
16+
* Add platform browser detection to make library compatible with Angular Universal ([6dad55c](https://github.com/jesusbotella/ngx-lazy-load-images/commit/6dad55c))
17+
* Add srcset option ([da3dd2c](https://github.com/jesusbotella/ngx-lazy-load-images/commit/da3dd2c))
18+
* Change build system from Rollup to Webpack ([75e119b](https://github.com/jesusbotella/ngx-lazy-load-images/commit/75e119b))
19+
20+
21+
522
<a name="1.2.0"></a>
623
# [1.2.0](https://github.com/jesusbotella/ngx-lazy-load-images/compare/v1.1.0...v1.2.0) (2017-12-18)
724

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-lazy-load-images",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Image lazy load library for Angular 2+.",
55
"main": "./bundles/ngx-lazy-load-images.umd.min.js",
66
"typings": "./ngx-lazy-load-images.d.ts",
@@ -31,7 +31,7 @@
3131
"prebuild": "npm run clean",
3232
"postbuild": "rimraf build/out-tsc",
3333
"lint": "tslint ./src/**/*.ts -t verbose",
34-
"release": "standard-version"
34+
"release": "standard-version && git push --follow-tags origin master"
3535
},
3636
"peerDependencies": {
3737
"@angular/core": ">=4.1.3"

0 commit comments

Comments
 (0)