From 34a5a177a67c9ed539689ad85c8d8890819dc4fb Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 25 May 2019 12:20:12 +0700 Subject: [PATCH] 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3c2323..3c8dd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "write-json-file", - "version": "4.0.0", + "version": "4.1.0", "description": "Stringify and write JSON to a file atomically", "license": "MIT", "repository": "sindresorhus/write-json-file",