Skip to content

Commit a46412e

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.1.0
1 parent 862dd68 commit a46412e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.1.0](https://github.com/CyberT33N/ModelManager/compare/v2.0.0...v2.1.0) (2024-11-26)
2+
3+
4+
### Features
5+
6+
* **CCS-001:** removed null from interface IFixtureInserted ([862dd68](https://github.com/CyberT33N/ModelManager/commit/862dd68e980d6f49f7ae6be8d597306d5205a313))
7+
8+
9+
110
# [2.0.0](https://github.com/CyberT33N/ModelManager/compare/v1.8.0...v2.0.0) (2024-11-26)
211

312

@@ -40,12 +49,3 @@
4049

4150

4251

43-
# [1.5.0](https://github.com/CyberT33N/ModelManager/compare/v1.4.0...v1.5.0) (2024-10-18)
44-
45-
46-
### Features
47-
48-
* **CCS-001:** Added FixtureManager ([f130e54](https://github.com/CyberT33N/ModelManager/commit/f130e54dad3540f91caa710c6c90c934e25237c0))
49-
50-
51-

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": "2.0.0",
4+
"version": "2.1.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",

0 commit comments

Comments
 (0)