Skip to content

Commit

Permalink
chore(tag): v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed Apr 10, 2015
1 parent 436d601 commit 2fdeead
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 4.0.1 (2015-04-10)

add better error handling
see example below

```coffee
.pipe(ngClassify()).on 'error', (err) ->
console.error "coffee errror! #{err.message} #{err.filename} line: #{err.location.first_line}"
```


## 4.0.0 (2014-08-10)


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": "gulp-ng-classify",
"version": "4.0.0",
"version": "4.0.1",
"description": "Compile CoffeeScript classes to AngularJS modules",
"author": {
"name": "Cary Landholt",
Expand Down

0 comments on commit 2fdeead

Please sign in to comment.