Skip to content

Commit b0987a9

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.3.0
1 parent 4cd2ba3 commit b0987a9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.3.0](https://github.com/CyberT33N/ModelManager/compare/v1.2.0...v1.3.0) (2024-10-12)
2+
3+
4+
### Features
5+
6+
* **CCS-001:** find type test for .getModel() ([4cd2ba3](https://github.com/CyberT33N/ModelManager/commit/4cd2ba3be2933d5112d93991bae94d9c60d7e3e4))
7+
8+
9+
110
# [1.2.0](https://github.com/CyberT33N/ModelManager/compare/v1.1.0...v1.2.0) (2024-10-12)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose-model-manager",
33
"type": "module",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "ModelManager is a powerful and flexible manager for Mongoose models in Node.js applications. This class simplifies the management of data models, allowing developers to dynamically load and manage Mongoose models.",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)