From 770a48cf086b4d7792507e4cc59d5e7b57f89885 Mon Sep 17 00:00:00 2001 From: kiki-kanri Date: Tue, 29 Oct 2024 03:33:08 +0800 Subject: [PATCH] chore(release): v2.0.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598371b..6449c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v2.0.0 + +[compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.0.0-rc.1...v2.0.0) + +### 🚀 Enhancements + +- Export all schema builder's Extend helper types ([3d048a4](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/3d048a4)) + +### 💅 Refactors + +- Move `mongooseConnections` to `constants.ts` ([b6d51d1](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/b6d51d1)) +- Tidy up and simplify code ([2851299](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/2851299)) + +### 📖 Documentation + +- Update CHANGELOG ([b72d87e](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/b72d87e)) +- Update README and add README for examples ([da691bb](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/da691bb)) + +### 🏡 Chore + +- Remove all deprecated code ([bce1c4f](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/bce1c4f)) +- Remove all files in examples folder ([3744a68](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/3744a68)) +- Add basic files to examples folder ([af25bbe](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/af25bbe)) +- Add mongoose dependency to examples ([5e8a26f](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/5e8a26f)) +- Add example files ([faf0b53](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/faf0b53)) + +### ❤️ Contributors + +- kiki-kanri + ## v2.0.0-rc.1 [compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.0.0-rc.0...v2.0.0-rc.1) diff --git a/package.json b/package.json index d065f1a..30f84f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kikiutils/mongoose", - "version": "2.0.0-rc.1", + "version": "2.0.0", "description": "A Mongoose plugin for enhanced JSON normalization and common schema creation, with built-in support for pagination and automatic Decimal128 conversion.", "license": "MIT", "author": "kiki-kanri",