Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiip committed Jun 5, 2014
1 parent e8a0a8d commit 1164fb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ But I think keeping first division by file type: scripts, styles, partials.

## Changelog

### 0.3.1

* Fix e2e tests to use BrowserSync as server. But no way to stop BrowserSync for now so the task never really ends.

### 0.3.0

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

### 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-gulp-angular",
"version": "0.3.0",
"version": "0.3.1",
"description": "Yeoman generator for Gulp & Angular",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit 1164fb9

Please sign in to comment.