From c0495b5ad18752a4d11e480573a152945ae9cd47 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Oct 2021 03:37:41 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/customd/Laravel-Helpers/compare/v1.4.1...v2.0.0) (2021-10-08) ### Features * execute helper no longer manipulates data ([a786a68](https://github.com/customd/Laravel-Helpers/commit/a786a6874d9be25b57621360d007f2ee85eade77)) ### BREAKING CHANGES * - arrays are no longer flattened --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d931751..2a29852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/customd/Laravel-Helpers/compare/v1.4.1...v2.0.0) (2021-10-08) + + +### Features + +* execute helper no longer manipulates data ([a786a68](https://github.com/customd/Laravel-Helpers/commit/a786a6874d9be25b57621360d007f2ee85eade77)) + + +### BREAKING CHANGES + +* - arrays are no longer flattened + ## [1.4.1](https://github.com/customd/Laravel-Helpers/compare/v1.4.0...v1.4.1) (2021-07-21)