Update changelog and bump to 1.7.3

This commit is contained in:
Adam Stankiewicz
2016-01-20 18:23:27 +01:00
parent 11996c04b7
commit f3330e8612
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## 1.7.3 - 2015-01-20
- Remove analytics from Bower, fixes ([#2150](https://github.com/bower/bower/pull/2150))
- Default to ^ operator on `bower install --save` ([#2145](https://github.com/bower/bower/pull/2145))
- Support absolute path in .bowerrc directory option ([#2130](https://github.com/bower/bower/pull/2130))
- Display user's name upon `bower login` command ([#2133](https://github.com/bower/bower/pull/2133))
- Decompress gzip files ([#2092](https://github.com/bower/bower/pull/2092))
- Prevent name clashes in package extraction ([#2102](https://github.com/bower/bower/pull/2102))
- Update request to 2.67.0
- Update fs-write-stream-atomic to 1.0.8
- Documentation improvements
## 1.7.2 - 2015-12-31
- Lock "fs-write-stream-atomic" to 1.0.5

View File

@@ -1,6 +1,6 @@
{
"name": "bower",
"version": "1.7.2",
"version": "1.7.3",
"description": "The browser package manager",
"author": "Twitter",
"license": "MIT",