Skip to content

Commit 4eef378

Browse files
committed
fix: bump version to 0.1.4
1 parent 0cb0719 commit 4eef378

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dist/index.aio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* streaming-json 0.1.3 (https://github.com/karminski/streaming-json)
2+
* streaming-json 0.1.4 (https://github.com/karminski/streaming-json)
33
* API https://github.com/karminski/streaming-json/blob/master/doc/api.md
44
* Copyright 2017-2024 karminski. All Rights Reserved
55
* Licensed under MIT (https://github.com/karminski/streaming-json/blob/master/LICENSE)

dist/index.aio.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* streaming-json 0.1.3 (https://github.com/karminski/streaming-json)
2+
* streaming-json 0.1.4 (https://github.com/karminski/streaming-json)
33
* API https://github.com/karminski/streaming-json/blob/master/doc/api.md
44
* Copyright 2017-2024 karminski. All Rights Reserved
55
* Licensed under MIT (https://github.com/karminski/streaming-json/blob/master/LICENSE)

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,6 +1,6 @@
11
{
22
"name": "streaming-json",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A streamlined, user-friendly JSON streaming preprocessor, crafted in JavaScript.",
55
"sideEffects": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)