Skip to content

Commit 2fdeead

Browse files
committed
chore(tag): v4.0.1
1 parent 436d601 commit 2fdeead

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 4.0.1 (2015-04-10)
2+
3+
add better error handling
4+
see example below
5+
6+
```coffee
7+
.pipe(ngClassify()).on 'error', (err) ->
8+
console.error "coffee errror! #{err.message} #{err.filename} line: #{err.location.first_line}"
9+
```
10+
11+
112
## 4.0.0 (2014-08-10)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-ng-classify",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Compile CoffeeScript classes to AngularJS modules",
55
"author": {
66
"name": "Cary Landholt",

0 commit comments

Comments
 (0)