From 4220780c852d7930df5a9a6378c8e4693d130541 Mon Sep 17 00:00:00 2001 From: Dmitriy Schekhovtsov Date: Fri, 1 Apr 2016 00:19:09 +0300 Subject: [PATCH] 1.0.9 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e64785335..be54831653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.9](https://github.com/valor-software/ng2-bootstrap/compare/v1.0.8...v1.0.9) (2016-03-31) + + +### Bug Fixes + +* **collapse:** animate is not available for system.js ([b28fd5d](https://github.com/valor-software/ng2-bootstrap/commit/b28fd5d)) + + + ## [1.0.8](https://github.com/valor-software/ng2-bootstrap/compare/v1.0.7...v1.0.8) (2016-03-30) diff --git a/package.json b/package.json index 8ca609871d..c7baa94248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-bootstrap", - "version": "1.0.8", + "version": "1.0.9", "description": "angular2 bootstrap components", "scripts": { "install:typings": "./node_modules/.bin/typings install",