diff --git a/CHANGELOG.md b/CHANGELOG.md index cef7d4952..a5f9d4a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### 2.7.11 (2015-06-16) + + +#### Bug Fixes + +* **client-scroll:** add scrollRestoreTechnique option as alternative to cookie for restoring scroll ([7897ea6a](https://github.com/Browsersync/browser-sync/commit/7897ea6a), closes [#630](https://github.com/Browsersync/browser-sync/issues/630)) + + ### 2.7.9 (2015-06-11) diff --git a/package.json b/package.json index 50821c952..3ffcf8289 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browser-sync", "description": "Live CSS Reload & Browser Syncing", - "version": "2.7.10", + "version": "2.7.11", "homepage": "http://www.browsersync.io/", "author": { "name": "Shane Osbourne"