Skip to content

Commit

Permalink
release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacklone committed Aug 29, 2015
1 parent 23ea4c8 commit 6df36f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -26,4 +26,11 @@
## 1.1.2 - 2015.08.09.

- Added configurable protocol to mirrored packages ([#161](https://github.com/Hacklone/private-bower/issues/161))
- Fixed error flow when git cloning fails ([#156](https://github.com/Hacklone/private-bower/issues/156))
- Fixed error flow when git cloning fails ([#156](https://github.com/Hacklone/private-bower/issues/156))

## 1.1.4 - 2015.08.29.

- enable version consultation ([#168](https://github.com/Hacklone/private-bower/issues/168))
- Added stdout to log message in case util.exec() fails. ([#164](https://github.com/Hacklone/private-bower/issues/164))
- fixed JSON parse errors ([#170](https://github.com/Hacklone/private-bower/issues/170))
- never used utils.process.env.PORT ([#159](https://github.com/Hacklone/private-bower/issues/159))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "private-bower",
"version": "1.1.2",
"version": "1.1.4",
"author": "Hacklone <toakak@gmail.com>",
"description": "A simple private bower registry",
"main": "./bin/private-bower",
Expand Down

0 comments on commit 6df36f5

Please sign in to comment.