From 88a8538849c28cf1faad6946f3b4fa9499ef9e5d Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Wed, 20 Nov 2024 18:00:28 +0800 Subject: [PATCH] v1.0.13 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7439f32..80b7804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.13](https://github.com/varletjs/rattail/compare/v1.0.12...v1.0.13) (2024-11-20) + + +### Features + +* isEmptyPlainObject ([d0392a1](https://github.com/varletjs/rattail/commit/d0392a1faeb13d6ca3a027e726591575e6d3b7cf)) + + + ## [1.0.12](https://github.com/varletjs/rattail/compare/v1.0.11...v1.0.12) (2024-11-19) diff --git a/package.json b/package.json index 78dcb1f..ea7aa74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "1.0.12", + "version": "1.0.13", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",