Skip to content

Commit 6ee74d2

Browse files
chore: bump version to 1.3.4 and add a test post to the database
1 parent 228b4de commit 6ee74d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webmasterdevlin/json-server",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "A TypeScript implementation of json-server with additional features",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

test-db.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@
129129
"userId": "1",
130130
"content": "This is a test post",
131131
"id": "1768976716644"
132+
},
133+
{
134+
"title": "Test Post",
135+
"userId": "1",
136+
"content": "This is a test post",
137+
"id": "1768976793834"
132138
}
133139
],
134140
"comments": [

0 commit comments

Comments
 (0)