Skip to content

Commit b6f51c9

Browse files
chore: release v1.0.1
1 parent 2375a4d commit b6f51c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "jsonreader-monorepo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "A monorepo for the jsonreader package and its documentation",
66
"scripts": {

packages/jsonreader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonreader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A utility for reading and parsing JSON streams in real-time",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)