We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d07ce commit d2bd9d3Copy full SHA for d2bd9d3
README.md
@@ -141,7 +141,10 @@ Just override any Ionic variables in `app/styles/ionic-styles.scss`.
141
142
## Changelog
143
144
-#### 1.5.0
+#### 1.5.2
145
+- add ES6 support for browserify builds, thanks @mattrothenberg
146
+
147
+#### 1.5.0
148
- update app template to ionic 1.3.0 / angular 1.5.3 / ngCordova 0.1.26-alpha
149
150
#### 1.4.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generator-ionic-gulp",
3
- "version": "1.5.1",
+ "version": "1.5.2",
4
"description": "A Yeoman generator for Ionic projects with gulp",
5
"license": "MIT",
6
"main": "app/index.js",
0 commit comments