Skip to content

Commit f9ff7bd

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.4.0
1 parent a91ed95 commit f9ff7bd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.4.0](https://github.com/CyberT33N/ModelManager/compare/v1.3.0...v1.4.0) (2024-10-12)
2+
3+
4+
### Features
5+
6+
* **CCS-001:** moved mongodb-memory-server to dependencies ([a91ed95](https://github.com/CyberT33N/ModelManager/commit/a91ed95cd52bd70c84e3a3117983c2189ce459e1))
7+
8+
9+
110
# [1.3.0](https://github.com/CyberT33N/ModelManager/compare/v1.2.0...v1.3.0) (2024-10-12)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose-model-manager",
33
"type": "module",
4-
"version": "1.3.0",
4+
"version": "1.4.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.cjs",
77
"module": "./dist/index.js",
@@ -78,4 +78,4 @@
7878
"test": "test"
7979
},
8080
"homepage": "https://github.com/CyberT33N/ModelManager#readme"
81-
}
81+
}

0 commit comments

Comments
 (0)