From 8c5855dd53124afae177b91499f2bc6351d2ccaa Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Tue, 25 Oct 2022 13:29:22 -0500 Subject: [PATCH] chore: release 8.7.7 --- CHANGELOG.md | 8 ++++++++ version.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30aac786c..095d86d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +### [8.7.7](https://github.com/nartc/mapper/compare/8.7.6...8.7.7) (2022-10-25) + + +### Bug Fixes + +* **core:** extend uses customProperties instead of properties because it is custom ([b29f2ef](https://github.com/nartc/mapper/commit/b29f2ef6658c8110b7f5c4cf39a9509b5104f33a)) +* **core:** send extraArgs from original map operation to mapWith operations ([65c6a74](https://github.com/nartc/mapper/commit/65c6a746c7baeb62cdf6b06fd69c69ec9e9c5668)), closes [#509](https://github.com/nartc/mapper/issues/509) + ### [8.7.6](https://github.com/nartc/mapper/compare/8.7.5...8.7.6) (2022-08-31) diff --git a/version.json b/version.json index 8d48e66df..2d401e4ac 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "8.7.6" + "version": "8.7.7" }