diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b15c4..3d7346c 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 5d4f04d..8c4b8c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-classify", - "version": "3.1.0", + "version": "4.0.0", "description": "Compile CoffeeScript classes to AngularJS modules", "author": { "name": "Cary Landholt",