Skip to content

Commit

Permalink
Changelog + bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Nov 3, 2016
1 parent d74a665 commit 4c94dcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.2.1 (2016-11-03)

Fix:

- Remove `*.ts` files from npm published package (fixes #54)
- Package.json scripts calling executables in node_modules folder

Other:

- Update to protractor 4.0.10
- Elongate demo app dummy texts

## 3.2.0 (2016-10-22)

Other:
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": "ng2-page-scroll",
"version": "3.2.0",
"version": "3.2.1",
"description": "Animated scrolling functionality written in pure angular2",
"scripts": {
"install:typings": "typings install",
Expand Down

0 comments on commit 4c94dcc

Please sign in to comment.