From e2c491ef6c9c1598da02807bffbaa6de1427ead1 Mon Sep 17 00:00:00 2001 From: kiki-kanri Date: Sun, 5 Jan 2025 19:14:04 +0800 Subject: [PATCH] chore(release): v2.1.4 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3842696..a8fdf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v2.1.4 + +[compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.1.3...v2.1.4) + +### 📦 Build + +- Enable sourcemap output in build process ([ad9cc4e](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/ad9cc4e)) + +### 🏡 Chore + +- Upgrade dependencies ([2061a4f](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/2061a4f)) +- Modify pack file structure and update package.json.exports configuration ([a7605a8](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/a7605a8)) + +### ❤️ Contributors + +- kiki-kanri + ## v2.1.3 [compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.1.2...v2.1.3) diff --git a/package.json b/package.json index f6e3d94..e558386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kikiutils/mongoose", - "version": "2.1.3", + "version": "2.1.4", "description": "A Mongoose plugin for enhanced JSON normalization and common schema creation, with built-in support for pagination and automatic Decimal128 conversion.", "author": "kiki-kanri", "license": "MIT",