Skip to content

Commit 63eb05d

Browse files
chore(release): 2.4.1 [skip ci]
## [2.4.1](v2.4.0...v2.4.1) (2025-10-30) ### Bug Fixes * remove type-only export for Config classes ([#1064](#1064)) ([7f3325f](7f3325f))
1 parent 2c7fe2c commit 63eb05d

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.1](https://github.com/Belphemur/node-json-db/compare/v2.4.0...v2.4.1) (2025-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* remove type-only export for Config classes ([#1064](https://github.com/Belphemur/node-json-db/issues/1064)) ([7f3325f](https://github.com/Belphemur/node-json-db/commit/7f3325f8476bd172941d9ffb7d111f7fd95ca8f1))
7+
18
# [2.4.0](https://github.com/Belphemur/node-json-db/compare/v2.3.2...v2.4.0) (2025-10-17)
29

310

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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-json-db",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Database using JSON file as storage for Node.JS",
55
"main": "dist/JsonDB.js",
66
"types": "dist/JsonDB.d.ts",
@@ -52,12 +52,13 @@
5252
"@semantic-release/npm"
5353
]
5454
},
55-
"dependencies": {},
5655
"publishConfig": {
5756
"access": "public",
5857
"provenance": true
5958
},
6059
"devDependencies": {
60+
"@commitlint/cli": "^20.1.0",
61+
"@commitlint/config-conventional": "^20.0.0",
6162
"@semantic-release/changelog": "^6.0.3",
6263
"@semantic-release/git": "^10.0.1",
6364
"@types/jest": "^30.0.0",
@@ -67,12 +68,10 @@
6768
"jest": "^30.2.0",
6869
"last-release-git": "^0.0.3",
6970
"safe-regex": "~2.1.1",
70-
"semantic-release": "25.0.1",
71+
"semantic-release": "25.0.1-beta.3",
7172
"ts-jest": "^29.4.5",
7273
"typedoc": "^0.28.14",
73-
"typescript": "^5.9.3",
74-
"@commitlint/cli": "^20.1.0",
75-
"@commitlint/config-conventional": "^20.0.0"
74+
"typescript": "^5.9.3"
7675
},
7776
"commitlint": {
7877
"extends": [

0 commit comments

Comments
 (0)