From f27a3e8ea31cf6b284c29d784be6e26c9055f80f Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Sun, 31 Jul 2022 07:27:07 +0700 Subject: [PATCH] chore: release 8.7.2 --- CHANGELOG.md | 6 +++++- version.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4f1fb17..4b28cc48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +### [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 + ### [8.7.1](https://github.com/nartc/mapper/compare/8.7.0...8.7.1) (2022-07-29) @@ -1154,4 +1158,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)) \ No newline at end of file +- start working on some core functionalities ([5d4fe2b](https://github.com/nartc/mapper/commit/5d4fe2bb906120a3c798b0a6aeb78c422db82cd1)) diff --git a/version.json b/version.json index fab99e363..f3db8faaf 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "8.7.1" + "version": "8.7.2" }