Skip to content

Commit 338ac99

Browse files
committed
Bump to 1.7.0
1 parent 9605bbe commit 338ac99

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
22

3-
## 1.7.0 - 2015-12-05
4-
- Bower search shows a help display when no package name is specified. Fixes [#2066](https://github.com/bower/bower/issues/2066)
5-
- Updates only those packages that are explicitly requested by the user
6-
Related Issues
3+
## 1.7.0 - 2015-12-07
4+
5+
- Add `bower update --save` functionality ([#2035](https://github.com/bower/bower/issues/2035))
6+
- `bower search` shows help message when no package name is specified ([#2066](https://github.com/bower/bower/issues/2066))
7+
- Update only those packages that are explicitly requested by the user. Related Issues
78
- [#256](https://github.com/bower/bower/issues/256)
89
- [#924](https://github.com/bower/bower/issues/924)
910
- [#1770](https://github.com/bower/bower/issues/1770)
10-
- Adds `bower --save` functionality ([#2035](https://github.com/bower/bower/issues/2035))
1111
- Allow for @ in username for SVN on windows ([#1650](https://github.com/bower/bower/issues/1650))
1212
- Update bower config
1313
- Loads the .bowerrc file from the cwd specified on the command line
14-
- Allow the use of environment variables in .bowerrc. Issue [#41](https://github.com/bower/config/issues/41)
14+
- Allow the use of environment variables in .bowerrc ([#41](https://github.com/bower/config/issues/41))
15+
- Allow for array notation in ENV variables ([#44](https://github.com/bower/config/issues/44))
1516

1617
## 1.6.9 - 2015-12-04
1718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bower",
3-
"version": "1.6.9",
3+
"version": "1.7.0",
44
"description": "The browser package manager",
55
"author": "Twitter",
66
"license": "MIT",

0 commit comments

Comments
 (0)