From cf76bcb2aa208aa468cbbdb067ec05bb97cc6ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Tue, 20 Aug 2013 23:31:33 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fb93e6..21f56534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.2.2 + +- Standardize prompt behaviour with and without `--json` +- Improve detection of `git` servers that do not support shallow clones ([#805](https://github.com/bower/bower/issues/805)) +- Ignore remote tags (tags ending with ^{}) +- Fix bower not saving the correct endpoint when in some edge cases ([#806](https://github.com/bower/bower/issues/806)) + + ## 1.2.1 - 2013-08-19 - Fix bower throwing on non-semver targets ([#800](https://github.com/bower/bower/issues/800))