Skip to content

Commit 1164fb9

Browse files
committed
release v0.3.1
1 parent e8a0a8d commit 1164fb9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ But I think keeping first division by file type: scripts, styles, partials.
8383

8484
## Changelog
8585

86+
### 0.3.1
87+
88+
* Fix e2e tests to use BrowserSync as server. But no way to stop BrowserSync for now so the task never really ends.
89+
8690
### 0.3.0
8791

88-
* Integration of Browser Sync as development server in place of a home made connect server
92+
* Integration of BrowserSync as development server in place of a home made connect server
8993
* Serve task is the entry point and launch the watch task
9094

9195
### 0.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-gulp-angular",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Yeoman generator for Gulp & Angular",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)