Skip to content

Commit

Permalink
fix(package): updating typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Jan 4, 2019
1 parent faeb2d5 commit f3fafca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v 7.0.1 (2019/01/04)

- [FIX] - build fix adding correct version of Typescript 3

## v 7.0.0 (2018/12/30)

- [UPGRADE] - now using Angular 7

## v 6.0.1 (2018/06/15)

- [FIX] - scroll up calculations issues #282
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-infinite-scroll",
"version": "7.0.0",
"version": "7.0.1",
"description": "An infinite scroll directive for Angular compatible with AoT compilation and Tree shaking",
"main": "./bundles/ngx-infinite-scroll.umd.js",
"module": "./modules/ngx-infinite-scroll.es5.js",
Expand Down

0 comments on commit f3fafca

Please sign in to comment.