Skip to content

Commit d2bd9d3

Browse files
author
Thomas Maximini
committed
1.5.2
1 parent 27d07ce commit d2bd9d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ Just override any Ionic variables in `app/styles/ionic-styles.scss`.
141141

142142
## Changelog
143143

144-
#### 1.5.0
144+
#### 1.5.2
145+
- add ES6 support for browserify builds, thanks @mattrothenberg
146+
147+
#### 1.5.0
145148
- update app template to ionic 1.3.0 / angular 1.5.3 / ngCordova 0.1.26-alpha
146149

147150
#### 1.4.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-ionic-gulp",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A Yeoman generator for Ionic projects with gulp",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)