Skip to content

Commit

Permalink
chore(ionic): release beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jun 16, 2016
1 parent c5a19f4 commit c152693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<a name="2.0.0-beta.9"></a>
# [2.0.0-beta.9](https://github.com/driftyco/ionic/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2016-06-16)


### Features

* **backButton:** register back button actions ([84f37cf](https://github.com/driftyco/ionic/commit/84f37cf))
Expand Down
2 changes: 1 addition & 1 deletion scripts/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:

```
import {App, Page} from 'ionic-angular';
import {App} from 'ionic-angular';
```

### Bundles
Expand Down

0 comments on commit c152693

Please sign in to comment.