Skip to content

Commit

Permalink
chore(tag): v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed Aug 10, 2014
1 parent 0b0b6de commit 09366a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 4.0.0 (2014-08-10)


#### Features

* **multipleApps:**
* add newline between app statements ([9b01b5e6](https://github.com/CaryLandholt/ng-classify/commit/9b01b5e61d98d7cb181f9abb1013bf2a719fac2f))
* add support for multiple apps ([1e719d42](https://github.com/CaryLandholt/ng-classify/commit/1e719d4200c19c649130eccf324bca86a5a8fc88))
* add support for multiple apps ([2f8f6c8f](https://github.com/CaryLandholt/ng-classify/commit/2f8f6c8ff7bf53db39b7d32613c027dab1acabc9))

```coffee
class Home extends Controller('my.app.name')
```


## 3.1.0 (2014-07-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng-classify",
"version": "3.1.0",
"version": "4.0.0",

This comment has been minimized.

Copy link
@tardyp

tardyp Aug 10, 2014

wow, you are going to be out of major numbers soon :)

This comment has been minimized.

Copy link
@CaryLandholt

CaryLandholt Aug 10, 2014

Author Owner

I screwed up. It should have been a minor bump. :)

"description": "Compile CoffeeScript classes to AngularJS modules",
"author": {
"name": "Cary Landholt",
Expand Down

0 comments on commit 09366a4

Please sign in to comment.