diff --git a/CHANGELOG.md b/CHANGELOG.md index e12c6e7edf..7eba3d845e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.2.4](https://github.com/valor-software/ng2-bootstrap/compare/v1.2.3...v1.2.4) (2017-01-17) + + +### Bug Fixes + +* **sortable:** fixing AoT type issues ([717a7e9](https://github.com/valor-software/ng2-bootstrap/commit/717a7e9)) + + + ## [1.2.3](https://github.com/valor-software/ng2-bootstrap/compare/v1.2.1...v1.2.3) (2017-01-17) diff --git a/package.json b/package.json index f616c7e16b..bb43a7002d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-bootstrap-base", - "version": "1.2.3", + "version": "1.2.4", "description": "Native Angular Bootstrap Components", "private": true, "scripts": { diff --git a/src/package.json b/src/package.json index 2f628be95a..9353480abb 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ng2-bootstrap", - "version": "1.2.3", + "version": "1.2.4", "dependencies": { "moment": "*" },