From 4ea42f238c6b83746e0523cc2d67a7bc38e9d9dd Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Wed, 31 Aug 2022 21:28:23 +0700 Subject: [PATCH] chore: release 8.7.6 --- CHANGELOG.md | 7 +++++++ version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9a17e1f..30aac786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [8.7.6](https://github.com/nartc/mapper/compare/8.7.5...8.7.6) (2022-08-31) + + +### Bug Fixes + +* **core:** handle stringify symbol ([0f7f90d](https://github.com/nartc/mapper/commit/0f7f90d8d8e17ad509c4448fbaa00fc6cd679232)), closes [#501](https://github.com/nartc/mapper/issues/501) + ### [8.7.5](https://github.com/nartc/mapper/compare/8.7.4...8.7.5) (2022-08-03) ### [8.7.4](https://github.com/nartc/mapper/compare/8.7.3...8.7.4) (2022-08-02) diff --git a/version.json b/version.json index 6ef565b69..8d48e66df 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "8.7.5" + "version": "8.7.6" }