Skip to content

Commit 6770ce1

Browse files
committed
Bump version to 1.1.0 and update description
- Version updated from 1.0.0 to 1.1.0 - Description updated to reflect new features - Added unique fields, auto-ID, and advanced features
1 parent 0194a5f commit 6770ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "json-file-crud",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"title": "JsonFileCRUD",
5-
"description": "A simple, robust, and thread-safe CRUD library for managing JSON objects in files",
5+
"description": "A simple, robust, and thread-safe CRUD library for managing JSON objects in files with unique fields, auto-ID, and advanced features",
66
"main": "./lib/json-file-crud.js",
77
"type": "module",
88
"scripts": {

0 commit comments

Comments
 (0)