From 85d8da47aa2ed8d9a3eebf758d77a4d3a65af232 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Mar 2024 14:48:23 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20v1.6.0=20?= =?UTF-8?q?=F0=9F=93=A6=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2a20d0f..0300e63 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org) and [Conventional Commits](https://www.conventionalcommits.org) for commit guidelines. +## [1.6.0](https://github.com/Nikaple/uni-flatten/compare/v1.5.5...v1.6.0) (2024-03-22) + +### ✨ Features + +- support custom key serializer [`b1c5bb8`](https://github.com/Nikaple/uni-flatten/commit/b1c5bb8463d906f9dae7bd407f0dfcbea5c14dca). + ### [1.5.5](https://github.com/Nikaple/uni-flatten/compare/v1.5.4...v1.5.5) (2023-11-10) ### 🐛 Fixes diff --git a/package.json b/package.json index fcd3c54..b449f83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni-flatten", - "version": "1.5.5", + "version": "1.6.0", "description": "Flattens a nested object, or convert it back **perfectly**. ", "author": "Nikaple Zhou", "license": "MIT",