Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
chore: bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 31, 2014
1 parent c824af2 commit a475bb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 0.0.7 (31 October 2014)
* General cleanup and code optimization
* Documentation warning about current use of `--server` in Brunch's CLI
* Update to BrowserSync 1.6.2

# 0.0.6 (28 October 2014)
* Fixed config not working (#3)
* Update to browsersync ~1.6.1
* Update to BrowserSync 1.6.1

# 0.0.5 (08 October 2014)
* Always reload when the file is not injectable (html files for example)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "browser-sync-brunch",
"version": "0.0.6",
"version": "0.0.7",
"description": "Adds browser-sync support to brunch for automatic browser reloading and much more",
"author": "Olivier Combe <[email protected]>",
"contributors": ["Christophe Porteneuve <[email protected]>"],
"homepage": "https://github.com/ocombe/browser-sync-brunch",
"keywords": ["brunchplugin", "auto-reload", "auto reload", "browser-sync", "browser sync", "browsersync"],
"repository": {
Expand All @@ -12,7 +13,7 @@
"main": "./lib/index",
"scripts": {},
"dependencies": {
"browser-sync": "~1.6.1",
"browser-sync": "~1.6.2",
"extend": "~1.3.0"
},
"devDependencies": {}
Expand Down

0 comments on commit a475bb1

Please sign in to comment.