Skip to content

Commit aa87ebd

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.2.0
1 parent 3d1ddfa commit aa87ebd

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.2.0](https://github.com/CyberT33N/ModelManager/compare/v2.1.0...v2.2.0) (2024-11-26)
2+
3+
4+
### Features
5+
6+
* **CCS-001:** Add generic to interface IFixtureInserted ([3d1ddfa](https://github.com/CyberT33N/ModelManager/commit/3d1ddfa38090b988b692a6709b0fade8aa455d0f))
7+
8+
9+
110
# [2.1.0](https://github.com/CyberT33N/ModelManager/compare/v2.0.0...v2.1.0) (2024-11-26)
211

312

@@ -39,13 +48,3 @@
3948

4049

4150

42-
# [1.6.0](https://github.com/CyberT33N/ModelManager/compare/v1.5.0...v1.6.0) (2024-10-20)
43-
44-
45-
### Features
46-
47-
* **CCS-001:** Changed comments and jsdocs ([04f481f](https://github.com/CyberT33N/ModelManager/commit/04f481f736897a2db7603ff028086d645bb295ad))
48-
* **CCS-001:** changed README.md ([af48342](https://github.com/CyberT33N/ModelManager/commit/af48342504496d63fdaf9f3b5c1367f99013fa56))
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.1.0",
4+
"version": "2.2.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)