Skip to content

Commit

Permalink
VadimDez#27, updated change log, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Nov 21, 2016
1 parent 2082566 commit 2741212
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.1
* [[#27](https://github.com/VadimDez/ng2-pdf-viewer/issues/27)] - Added support for rotating

## 0.1.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ supports two way data binding as well
#### [rotation]
Rotate PDF

*Allowed step is 90 degree*
*Allowed step is 90 degree, ex. 0, 90, 180*
```
[rotation]="90"
```
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-pdf-viewer",
"version": "0.1.0",
"version": "0.1.1",
"description": "Angular2 component for rendering PDF",
"main": "dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit 2741212

Please sign in to comment.