Skip to content

Commit 674dbeb

Browse files
committed
6.2.0
1 parent c3b058a commit 674dbeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.2.0 / 2025-08-12
2+
------------------
3+
4+
- Add support for importing as ESM named imports (e.g. `import { readFileSync } from 'jsonfile'`) ([#162](https://github.com/jprichardson/node-jsonfile/pull/162))
5+
16
6.1.0 / 2020-10-31
27
------------------
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonfile",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Easily read/write JSON files.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)