From c95fb764c0d1316f9380ef89d0e40dc69333273c Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Sat, 30 Nov 2019 21:30:19 +0100 Subject: [PATCH] Updating CHANGELOG.md for v1.4.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cae5895..ef7938ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# [1.4.0](https://github.com/anthonynahas/ngx-linkifyjs/compare/v1.3.0...v1.4.0) (2019-11-30) + + +### Bug Fixes + +* **demo:** improved the library integration of the demo app ([51b38b9](https://github.com/anthonynahas/ngx-linkifyjs/commit/51b38b9e761051c6b2d3b1301d43b63f4571dee3)) +* **demo:** updated angular and other dependencies ([7bf5b7c](https://github.com/anthonynahas/ngx-linkifyjs/commit/7bf5b7c1ccd71008566bfdd30f62b9b7963e93be)) +* **package:** changed the output of the client app and added deps related to ssr ([c95b8eb](https://github.com/anthonynahas/ngx-linkifyjs/commit/c95b8ebce4cca7ae8dca9673b33713352790d3a0)) +* **package:** updated angular ([67c3369](https://github.com/anthonynahas/ngx-linkifyjs/commit/67c3369ba662957059325d490a68c2eb5a9d6815)) +* **package:** updated dev dependencies ([6de1e74](https://github.com/anthonynahas/ngx-linkifyjs/commit/6de1e7463787ceaf382bcec9851ea5b7cf4a02ce)) +* **project:** added new app from scratch ([d47df32](https://github.com/anthonynahas/ngx-linkifyjs/commit/d47df3274157f3bc57b43df83936f48ca7f8cd2f)) +* **project:** error in angular.json file fixed ([f152b5d](https://github.com/anthonynahas/ngx-linkifyjs/commit/f152b5d7f61c223559e7eb64e00498d43b8db14c)) +* **project:** improved the library integration of the demo app ([a799de3](https://github.com/anthonynahas/ngx-linkifyjs/commit/a799de394e6361771c52c9b92e8ed00eabc16394)) +* **project:** integration of angular cli ghpages ([e273739](https://github.com/anthonynahas/ngx-linkifyjs/commit/e273739c86d90618050a3095498be832613baab8)) +* **project:** integration of prerender ([9516c54](https://github.com/anthonynahas/ngx-linkifyjs/commit/9516c54fdeccc6710f8407431430113586e8fac1)) +* **project:** integration of prerender ([ff9f87e](https://github.com/anthonynahas/ngx-linkifyjs/commit/ff9f87edd43e3e1e50e00d60f7bd93eb19e1d9f9)) +* **project:** integration of prerender ([6119d86](https://github.com/anthonynahas/ngx-linkifyjs/commit/6119d869c3a0088ffc533447e48e24690f50f9a3)) +* **project:** integration of prerender ([01baef1](https://github.com/anthonynahas/ngx-linkifyjs/commit/01baef1d61bfede5451766694592ab81d72c64ea)) +* **project:** integration of prerender ([d417c0b](https://github.com/anthonynahas/ngx-linkifyjs/commit/d417c0b6d88ae17a45ed2f281c956ab5ff4b6ee0)) +* **project:** integration of ssr ([09c9543](https://github.com/anthonynahas/ngx-linkifyjs/commit/09c9543c3909e44fdcd328dda3ded9ff9dfe0654)) +* **project:** integration of the library ([6524c3e](https://github.com/anthonynahas/ngx-linkifyjs/commit/6524c3ed7def4f32706e717ef43fec2a58bf163c)) +* **project:** minor ([e85a577](https://github.com/anthonynahas/ngx-linkifyjs/commit/e85a577caf6e7eb1cbc185d175a7c4ef73bf5d74)) +* **project:** preparing to v2 ([9df1d02](https://github.com/anthonynahas/ngx-linkifyjs/commit/9df1d020d0e9c7f37f5b1adc61b5a9c8cd5b0e4c)) +* **project:** removed unwanted files and integration of the angular project ([9570198](https://github.com/anthonynahas/ngx-linkifyjs/commit/9570198a639f6a99178d3ed79b9ca519ce8d728e)) +* **project:** update interface ([a8d2964](https://github.com/anthonynahas/ngx-linkifyjs/commit/a8d29646fd3c3d41bd30feaca891f8ed11d5a2ae)) +* **project:** updated the demo app ([0c78247](https://github.com/anthonynahas/ngx-linkifyjs/commit/0c78247f8116112f61e0669ee0db43c18c36d40f)) + + +### Features + +* **package:** added schematics support ([2cab789](https://github.com/anthonynahas/ngx-linkifyjs/commit/2cab7899b0b08deadcee017171f606dca615b158)) + # [1.3.0](https://github.com/anthonynahas/ngx-linkifyjs/compare/v1.2.2...v1.3.0) (2019-01-10)