From d4e58eff3607cc7cf55a6bf3d11b8c2784e725b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barna=20To=CC=81th?= Date: Tue, 1 Dec 2015 22:45:23 +0100 Subject: [PATCH] Release 1.1.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f77303..13658d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,3 +43,10 @@ - Added some documentation to clear up confusion regarding public registry. ([#184](https://github.com/Hacklone/private-bower/issues/184)) - Show the git url of a package (as a link) ([#182](https://github.com/Hacklone/private-bower/issues/182)) + +## 1.1.7 - 2015.12.02. + +- private-bower sometimes fails to refresh certain cached repositories ([#171](https://github.com/Hacklone/private-bower/issues/171)) +- Support unvalued options for git/svn daemons. ([#200](https://github.com/Hacklone/private-bower/issues/200)) +- Avoid https error on the website ([#191](https://github.com/Hacklone/private-bower/issues/191)) +- Several fixes by @royrico diff --git a/package.json b/package.json index 410d157..2e1b4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "private-bower", - "version": "1.1.6", + "version": "1.1.7", "author": "Hacklone ", "description": "A simple private bower registry", "main": "./bin/private-bower",