From c7d1b7ac52c6c11f412e47e11e3d7778e3c5440e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Nov 2023 09:27:39 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20v1.5.4=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 cc87400..94a8c19 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.5.4](https://github.com/Nikaple/uni-flatten/compare/v1.5.3...v1.5.4) (2023-11-03) + +### 🐛 Fixes + +- keys ends with dot [`5d26ef8`](https://github.com/Nikaple/uni-flatten/commit/5d26ef8af2e16ab5fa15c01a76e1fa4bbdd1786d). + ### [1.5.3](https://github.com/Nikaple/uni-flatten/compare/v1.5.2...v1.5.3) (2023-10-23) ### 🐛 Fixes diff --git a/package.json b/package.json index 7ba90d3..4762194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni-flatten", - "version": "1.5.3", + "version": "1.5.4", "description": "Flattens a nested object, or convert it back **perfectly**. ", "author": "Nikaple Zhou", "license": "MIT",