Skip to content

Commit

Permalink
chore(release): v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Jan 22, 2025
1 parent 2391988 commit 54c78a2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v2.1.5

[compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.1.4...v2.1.5)

### 🩹 Fixes

- Correct `type` types in `SchemaBuilder` ([6e554ca](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/6e554ca))

### 💅 Refactors

- Replace ternary type expressions with `IfElse` type ([2391988](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/2391988))

### 🏡 Chore

- Upgrade examples dependencies ([15b1fcb](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/15b1fcb))
- Set `tsconfig.json.moduleResolution` to bundler in examples folder ([3102c1f](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/3102c1f))
- Upgrade dependencies ([bc5892d](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/bc5892d))
- Update `paginate` type definition file ([aea186a](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/aea186a))

### ❤️ Contributors

- kiki-kanri

## v2.1.4

[compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.1.3...v2.1.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kikiutils/mongoose",
"version": "2.1.4",
"version": "2.1.5",
"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",
Expand Down

0 comments on commit 54c78a2

Please sign in to comment.