From 76c609b64d8ffbef940983de67625b625a3e210f Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 8 Nov 2024 02:39:07 +0800 Subject: [PATCH] v0.0.12 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600acf0..9c62474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.12](https://github.com/varletjs/rattail/compare/v0.0.11...v0.0.12) (2024-11-07) + + +### Features + +* add pick, omit, pickBy, and omitBy functions ([#27](https://github.com/varletjs/rattail/issues/27)) ([ee83029](https://github.com/varletjs/rattail/commit/ee830291c16cb3ebffcbe5313657cdeed933d101)) + + + ## [0.0.11](https://github.com/varletjs/rattail/compare/v0.0.10...v0.0.11) (2024-11-05) diff --git a/package.json b/package.json index 4c266c4..cb51b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "0.0.11", + "version": "0.0.12", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",