From 9393022ae49d489514e4e7e2f1d2661de7f19bd6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Mar 2020 16:42:35 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=201.3.4=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.4](https://github.com/Disane87/ngx-taskboard/compare/v1.3.3...v1.3.4) (2020-03-04) ### Bug Fixes * Fixed scrolling bugs and removed console.logs ([4335e21](https://github.com/Disane87/ngx-taskboard/commit/4335e21)), closes [#87](https://github.com/Disane87/ngx-taskboard/issues/87) [#86](https://github.com/Disane87/ngx-taskboard/issues/86) * **console.log:** removed console.log in ngDoCheck() ([497fd5d](https://github.com/Disane87/ngx-taskboard/commit/497fd5d)) * **sticky-top:** Fixed a bug where sticky-top on header not working ([c8759a8](https://github.com/Disane87/ngx-taskboard/commit/c8759a8)) * **template:** removed one unused div to prevent bug w/ scrollbar ([eae5766](https://github.com/Disane87/ngx-taskboard/commit/eae5766)) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccf233..253488a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.3.4](https://github.com/Disane87/ngx-taskboard/compare/v1.3.3...v1.3.4) (2020-03-04) + + +### Bug Fixes + +* Fixed scrolling bugs and removed console.logs ([4335e21](https://github.com/Disane87/ngx-taskboard/commit/4335e21)), closes [#87](https://github.com/Disane87/ngx-taskboard/issues/87) [#86](https://github.com/Disane87/ngx-taskboard/issues/86) +* **console.log:** removed console.log in ngDoCheck() ([497fd5d](https://github.com/Disane87/ngx-taskboard/commit/497fd5d)) +* **sticky-top:** Fixed a bug where sticky-top on header not working ([c8759a8](https://github.com/Disane87/ngx-taskboard/commit/c8759a8)) +* **template:** removed one unused div to prevent bug w/ scrollbar ([eae5766](https://github.com/Disane87/ngx-taskboard/commit/eae5766)) + ## [1.3.3](https://github.com/Disane87/ngx-taskboard/compare/v1.3.2...v1.3.3) (2020-03-04)