diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c1155783..66ea31b9cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.3.1](https://github.com/valor-software/ng2-bootstrap/compare/v1.3.0...v1.3.1) (2017-01-25) + + +### Features + +* **typeahead:** added option list template to typeahead container ([#1548](https://github.com/valor-software/ng2-bootstrap/issues/1548)) ([e56ea43](https://github.com/valor-software/ng2-bootstrap/commit/e56ea43)) + + + # [1.3.0](https://github.com/valor-software/ng2-bootstrap/compare/v1.2.6...v1.3.0) (2017-01-23) diff --git a/package.json b/package.json index d3a17d9909..b8e1263aef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-bootstrap-base", - "version": "1.3.0", + "version": "1.3.1", "description": "Native Angular Bootstrap Components", "private": true, "scripts": { diff --git a/src/package.json b/src/package.json index 1eaac3c82e..25387acefb 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ng2-bootstrap", - "version": "1.3.0", + "version": "1.3.1", "dependencies": { "moment": "*" },