From 70072baba23201974f17e59f1b2588eefc9dc078 Mon Sep 17 00:00:00 2001 From: sebastiandg7 Date: Fri, 23 Apr 2021 10:11:59 -0500 Subject: [PATCH] chore(release): nx-shopify-v1.1.0 [skip ci] # [1.1.0](https://github.com/trafilea/nx-shopify/compare/v1.0.2...v1.1.0) (2021-04-23) ### Bug Fixes * **build:** add imported files processing ([feb155d](https://github.com/trafilea/nx-shopify/commit/feb155deeb2bedd5ba9e358a84d534df3faa284b)) * **build:** include custom webpack config for serve executor ([8c50098](https://github.com/trafilea/nx-shopify/commit/8c500984f99d7fa45f51a2e20efbdc417f85214a)) ### Features * **build:** add split built chunks options ([e3c0475](https://github.com/trafilea/nx-shopify/commit/e3c0475ffaa096e59dceae79062da5b6092d5ecd)) * **build:** add webpack output hashing option ([339b230](https://github.com/trafilea/nx-shopify/commit/339b230935d27227c59d8d0c9b4d27e3ce98bb79)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173d32b..148fa80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.1.0](https://github.com/trafilea/nx-shopify/compare/v1.0.2...v1.1.0) (2021-04-23) + + +### Bug Fixes + +* **build:** add imported files processing ([feb155d](https://github.com/trafilea/nx-shopify/commit/feb155deeb2bedd5ba9e358a84d534df3faa284b)) +* **build:** include custom webpack config for serve executor ([8c50098](https://github.com/trafilea/nx-shopify/commit/8c500984f99d7fa45f51a2e20efbdc417f85214a)) + + +### Features + +* **build:** add split built chunks options ([e3c0475](https://github.com/trafilea/nx-shopify/commit/e3c0475ffaa096e59dceae79062da5b6092d5ecd)) +* **build:** add webpack output hashing option ([339b230](https://github.com/trafilea/nx-shopify/commit/339b230935d27227c59d8d0c9b4d27e3ce98bb79)) + ## [1.0.2](https://github.com/trafilea/nx-shopify/compare/v1.0.1...v1.0.2) (2021-04-16)