Skip to content

Commit 49ed236

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.5.0
1 parent f130e54 commit 49ed236

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.5.0](https://github.com/CyberT33N/ModelManager/compare/v1.4.0...v1.5.0) (2024-10-18)
2+
3+
4+
### Features
5+
6+
* **CCS-001:** Added FixtureManager ([f130e54](https://github.com/CyberT33N/ModelManager/commit/f130e54dad3540f91caa710c6c90c934e25237c0))
7+
8+
9+
110
# [1.4.0](https://github.com/CyberT33N/ModelManager/compare/v1.3.0...v1.4.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.4.0",
4+
"version": "1.5.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)