Skip to content

Commit

Permalink
fix: bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Sep 20, 2024
1 parent 0cb0719 commit 4eef378
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.aio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* streaming-json 0.1.3 (https://github.com/karminski/streaming-json)
* streaming-json 0.1.4 (https://github.com/karminski/streaming-json)
* API https://github.com/karminski/streaming-json/blob/master/doc/api.md
* Copyright 2017-2024 karminski. All Rights Reserved
* Licensed under MIT (https://github.com/karminski/streaming-json/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.aio.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* streaming-json 0.1.3 (https://github.com/karminski/streaming-json)
* streaming-json 0.1.4 (https://github.com/karminski/streaming-json)
* API https://github.com/karminski/streaming-json/blob/master/doc/api.md
* Copyright 2017-2024 karminski. All Rights Reserved
* Licensed under MIT (https://github.com/karminski/streaming-json/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streaming-json",
"version": "0.1.3",
"version": "0.1.4",
"description": "A streamlined, user-friendly JSON streaming preprocessor, crafted in JavaScript.",
"sideEffects": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 4eef378

Please sign in to comment.