From 58904d2d4b5d9109be8dc5e5ad9c808b39d3a760 Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Tue, 23 Jan 2024 08:08:02 +0700 Subject: [PATCH] chore: release 8.8.1 --- CHANGELOG.md | 15 +++++++++++++++ version.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ccf4b33..bec6dcb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ +### [8.8.1](https://github.com/nartc/mapper/compare/8.8.0...8.8.1) (2024-01-23) + + +### Bug Fixes + +* **classes:** fixed transformer ttypescript / ts-patch support ([#556](https://github.com/nartc/mapper/issues/556)) ([eafd79b](https://github.com/nartc/mapper/commit/eafd79b630220285de65984a9f740c4fec08080a)) +* ignore import path transformations on win32 platform ([#570](https://github.com/nartc/mapper/issues/570)) ([4089bb4](https://github.com/nartc/mapper/commit/4089bb4d35548eb06a1defd6ee47ce23ca359a09)) +* **mikro:** infinite loop when using OneToOne eager loading ([#546](https://github.com/nartc/mapper/issues/546)) ([ec00a0d](https://github.com/nartc/mapper/commit/ec00a0d54855d542585413134eaf49dcb6c28b7d)) +* remove / from @automapper/classes default exports ([#589](https://github.com/nartc/mapper/issues/589)) ([d1d2df5](https://github.com/nartc/mapper/commit/d1d2df585717ffdfab351886bf98732f58227160)) + + +### Documentations + +* **core:** add autoMap mapping configuration docs ([#539](https://github.com/nartc/mapper/issues/539)) ([d92f62f](https://github.com/nartc/mapper/commit/d92f62f582140e710c966167cb7c575a777ee347)) + ## [8.8.0](https://github.com/nartc/mapper/compare/8.7.7...8.8.0) (2024-01-22) diff --git a/version.json b/version.json index 1e3a630a8..cc5d449b5 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "8.8.0" + "version": "8.8.1" }