From 557ba4c87037e5b47fe14b161b41a43d3e6d882b Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Tue, 2 Aug 2022 20:00:02 +0700 Subject: [PATCH] chore: release 8.7.3 --- CHANGELOG.md | 9 ++++++++- version.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b28cc48e..66ab31717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [8.7.3](https://github.com/nartc/mapper/compare/8.7.2...8.7.3) (2022-08-02) + + +### Bug Fixes + +* remove target default on package that affects the secondary entry point ([4993411](https://github.com/nartc/mapper/commit/499341180cdd40b7af10c8e520e7fb2910894f21)) + ### [8.7.2](https://github.com/nartc/mapper/compare/8.7.1...8.7.2) (2022-07-31) Re-release due to erroneous artifacts in 8.7.1 @@ -1158,4 +1165,4 @@ Please check out [README](./README.md) for more information - **nestjs:** add nestjs integration package ([db550c3](https://github.com/nartc/mapper/commit/db550c383264979572d15d4d2d61feb0c3a3ae60)) - add core ([04cd18c](https://github.com/nartc/mapper/commit/04cd18cc3190311bc94e3ef5b07222a9bdaf3b02)) - prepare for beta ([17e2199](https://github.com/nartc/mapper/commit/17e2199d7c07686a9895a7b3ed4cee392764d81e)) -- start working on some core functionalities ([5d4fe2b](https://github.com/nartc/mapper/commit/5d4fe2bb906120a3c798b0a6aeb78c422db82cd1)) +- start working on some core functionalities ([5d4fe2b](https://github.com/nartc/mapper/commit/5d4fe2bb906120a3c798b0a6aeb78c422db82cd1)) \ No newline at end of file diff --git a/version.json b/version.json index f3db8faaf..0520bf12d 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "8.7.2" + "version": "8.7.3" }