Skip to content

Commit 26d8e4f

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.0.0
1 parent b04ac82 commit 26d8e4f

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/CyberT33N/ModelManager/compare/v1.8.0...v2.0.0) (2024-11-26)
2+
3+
4+
### Features
5+
6+
* Changed fixtures file type from .ts to .mjs ([b04ac82](https://github.com/CyberT33N/ModelManager/commit/b04ac828be1cdc74e94bbba866c29102c5805704))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* changed fixtures file type
12+
13+
14+
115
# [1.8.0](https://github.com/CyberT33N/ModelManager/compare/v1.7.0...v1.8.0) (2024-11-26)
216

317

@@ -35,12 +49,3 @@
3549

3650

3751

38-
# [1.4.0](https://github.com/CyberT33N/ModelManager/compare/v1.3.0...v1.4.0) (2024-10-12)
39-
40-
41-
### Features
42-
43-
* **CCS-001:** moved mongodb-memory-server to dependencies ([a91ed95](https://github.com/CyberT33N/ModelManager/commit/a91ed95cd52bd70c84e3a3117983c2189ce459e1))
44-
45-
46-

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.8.0",
4+
"version": "2.0.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)