Skip to content

Commit a000af8

Browse files
committed
chore(release): 2.1.0
1 parent 12bdb9a commit a000af8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="2.1.0"></a>
6+
# [2.1.0](https://github.com/thisissoon/angular-infinite-scroll/compare/v2.0.1...v2.1.0) (2018-12-04)
7+
8+
9+
### Features
10+
11+
* add support for angular 7 ([e86933b](https://github.com/thisissoon/angular-infinite-scroll/commit/e86933b))
12+
13+
14+
515
<a name="2.0.1"></a>
616
## [2.0.1](https://github.com/thisissoon/angular-infinite-scroll/compare/v2.0.0...v2.0.1) (2018-12-03)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisissoon/angular-infinite-scroll",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": false,
55
"description": "Simple, lightweight infinite scrolling directive for Angular which emits an event when an element has been scrolled to the bottom",
66
"keywords": [

0 commit comments

Comments
 (0)