diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3a60a..b27f21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [3.0.0](https://github.com/thisissoon/angular-inviewport/compare/v2.2.0...v3.0.0) (2018-05-23) + + +### Features + +* **inviewport:** adding support for angular 6 ([aeecd91](https://github.com/thisissoon/angular-inviewport/commit/aeecd91)) + + +### BREAKING CHANGES + +* **inviewport:** rxjs > 6 is now a peer dependency + + + # [2.2.0](https://github.com/thisissoon/angular-inviewport/compare/v2.1.1...v2.2.0) (2018-02-20) diff --git a/package-lock.json b/package-lock.json index 0c92a6f..71dd8c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-inviewport", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 444d400..3fec4d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-inviewport", - "version": "2.2.0", + "version": "3.0.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",