From d03a9d577b986526f9b726c25ae1691864270346 Mon Sep 17 00:00:00 2001 From: Ed Opare-Aryee Date: Thu, 22 Nov 2018 09:42:32 +0000 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362e667..8c6cdb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. + +# [5.0.0](https://github.com/thisissoon/angular-image-loader/compare/v4.0.0...v5.0.0) (2018-11-22) + + +### Features + +* **image-loader:** update to angular-inviewport 4 ([391e4b1](https://github.com/thisissoon/angular-image-loader/commit/391e4b1)) +* **image-loader:** update to support angular 7 ([7faac32](https://github.com/thisissoon/angular-image-loader/commit/7faac32)) + + +### BREAKING CHANGES + +* **image-loader:** Updated to @thisissoon/angular-inviewport v4 which removes the need to manually +check inviewport status + + + # [4.0.0](https://github.com/thisissoon/angular-image-loader/compare/v3.3.2...v4.0.0) (2018-05-23) diff --git a/package.json b/package.json index 8a032ac..12f513b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-image-loader", - "version": "4.0.0", + "version": "5.0.0", "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",