Skip to content

Commit

Permalink
Bump version!
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Dec 14, 2012
1 parent 1553d67 commit 3a6dbae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.8 - 2012-12-14
- Improve list command
- Does not fetch versions if not necessary (for --map and --paths options)
- Add --offline option to prevent versions from being fetched
- Fix uninstall command not fired the `end` event
- Fix error when executing and unknown command ([#178](https://github.com/twitter/bower/issues/179))
- Fix help for the ls command (alias of list)

## 0.6.7 - 2012-12-10
- Fix uninstall removing all unsaved dependencies ([#178](https://github.com/twitter/bower/issues/160))
- Fix uninstall --force flag in some cases
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bower",
"description": "The browser package manager.",
"version": "0.6.7",
"version": "0.6.8",
"author": "Twitter",
"licenses": [
{
Expand Down

0 comments on commit 3a6dbae

Please sign in to comment.