diff --git a/CHANGELOG.md b/CHANGELOG.md index 9755f0e7..143edb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.6.6 - 2015-11-25 + +- Fixes regression with the published npm version + +## 1.6.5 - 2015-10-24 + +- Updates to tests and documentation +- Fixes passing options when requesting downloads + ## 1.6.4 - 2015-10-24 - Fix ignoring dependencies on multiple install run ([#1970](https://github.com/bower/bower/pull/1970)) diff --git a/package.json b/package.json index ffc82cf8..32850072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bower", - "version": "1.6.5", + "version": "1.6.6", "description": "The browser package manager", "author": "Twitter", "license": "MIT",