Compare commits

...

3 Commits

Author SHA1 Message Date
Paul Irish
58050baa80 Update changelog 2014-07-11 14:16:42 -07:00
Paul Irish
969117fc40 Bump to 1.3.8 2014-07-11 13:47:27 -07:00
vladikoff
b44571e15c Fixes node-tmp update issue 2014-07-11 13:46:54 -07:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.3.8 - 2014-7-11
- [fix] Lock down `tmp` package dep (#1403, #1407)
## 1.3.7 - 2014-07-04
- [fix] callstack error when processing installed packages with circular dependencies (#1349)

View File

@@ -1,6 +1,6 @@
{
"name": "bower",
"version": "1.3.7",
"version": "1.3.8",
"description": "The browser package manager",
"author": "Twitter",
"licenses": [
@@ -54,8 +54,8 @@
"shell-quote": "~1.4.1",
"stringify-object": "~0.2.0",
"tar": "~0.1.17",
"tmp": "~0.0.23",
"update-notifier": "~0.1.8",
"tmp": "0.0.23",
"update-notifier": "~0.2.0",
"which": "~1.0.5"
},
"devDependencies": {