Skip to content

Commit 3684e41

Browse files
Release 1.6.0
1 parent 6e80c08 commit 3684e41

File tree

7 files changed

+3486
-203
lines changed

7 files changed

+3486
-203
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="1.6.0"></a>
2+
# 1.6.0 (2017-04-18)
3+
4+
* karma: add coverage ([fc1d3da](https://github.com/sayanee/angular-pdf/commit/fc1d3da))
5+
* angular-pdf: rewrite entire module in es6 ([689caf8](https://github.com/sayanee/angular-pdf/commit/689caf8))
6+
* updating angularjs in example folder from 1.6.0 to 1.6.2 ([68066e8](https://github.com/sayanee/angular-pdf/commit/68066e8))
7+
* npm: use webpack2 instead of grunt ([98cf069](https://github.com/sayanee/angular-pdf/commit/98cf069))
8+
* travis: remove 0.10 test suite ([85fbf1e](https://github.com/sayanee/angular-pdf/commit/85fbf1e))
9+
10+
11+
112
<a name="1.5.1"></a>
213
## 1.5.0 (2017-01-05)
314

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "angular-pdf",
3-
"version": "1.5.1",
43
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
54
"homepage": "http://github.com/sayanee/angularjs-pdf",
5+
"version": "1.6.0",
66
"main": "./dist/angular-pdf.js",
77
"dependencies": {
88
"angular": "^1.6.2",
@@ -13,10 +13,10 @@
1313
},
1414
"ignore": [
1515
"**/.*",
16-
"package.json",
1716
"CONTRIBUTING.md",
1817
"Gruntfile.js",
1918
"example",
19+
"package.json",
2020
"test"
2121
],
2222
"license": "MIT"

0 commit comments

Comments
 (0)