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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 28, 2014
1 parent 8331423 commit fe82987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.6 (28 October 2014)
* Fixed config not working (#3)
* 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-sync-brunch",
"version": "0.0.5",
"version": "0.0.6",
"description": "Adds browser-sync support to brunch for automatic browser reloading and much more",
"author": "Olivier Combe <olivier.combe@gmail.com>",
"homepage": "https://github.com/ocombe/browser-sync-brunch",
Expand All @@ -12,7 +12,7 @@
"main": "./lib/index",
"scripts": {},
"dependencies": {
"browser-sync": "~1.5.2",
"browser-sync": "~1.6.1",
"extend": "~1.3.0"
},
"devDependencies": {}
Expand Down

0 comments on commit fe82987

Please sign in to comment.