Skip to content

Commit

Permalink
chore(release): 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Matthews committed Feb 3, 2020
1 parent e4b1e02 commit 45b6287
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

<a name="4.2.1"></a>
## [4.2.1](https://github.com/thisissoon/angular-inviewport/compare/v4.2.0...v4.2.1) (2020-02-03)


### Bug Fixes

* **window-mock:** replace intersection observer arrow functino with regular function to allow for use as a constructor. ([287fe3c](https://github.com/thisissoon/angular-inviewport/commit/287fe3c))



<a name="4.2.0"></a>
# [4.2.0](https://github.com/thisissoon/angular-inviewport/compare/v4.1.0...v4.2.0) (2019-02-01)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@thisissoon/angular-inviewport",
"version": "4.2.0",
"version": "4.2.1",
"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",
Expand Down

0 comments on commit 45b6287

Please sign in to comment.