diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a21b7d..0002db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [4.1.0](https://github.com/thisissoon/angular-inviewport/compare/v4.0.0...v4.1.0) (2018-11-21) + + +### Features + +* **in-viewport:** add angular 7 support ([e1e9f30](https://github.com/thisissoon/angular-inviewport/commit/e1e9f30)) + + + # [4.0.0](https://github.com/thisissoon/angular-inviewport/compare/v3.0.1...v4.0.0) (2018-10-08) diff --git a/package.json b/package.json index b37fa6f..315c922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-inviewport", - "version": "4.0.0", + "version": "4.1.0", "description": "A simple lightweight library for Angular that detects when an element is within the browser viewport and adds a sn-viewport--in or sn-viewport--out class to the element.", "keywords": [ "angular",