From 1daeacfd3c413dc4106dd397d786c41ded0bfb7a Mon Sep 17 00:00:00 2001 From: Connor White Date: Mon, 5 Apr 2021 22:09:34 -0500 Subject: [PATCH] v1.2.3 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37213b7..9022377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.3](https://github.com/bconnorwhite/write-file-safe/compare/v1.2.2...v1.2.3) (2021-04-06) + + +### Bug Fixes + +* ensure write order on concurrent writes ([e0e5b97](https://github.com/bconnorwhite/write-file-safe/commit/e0e5b97b5f475924a90022549882672a4db403e5)) + + + ## [1.2.2](https://github.com/bconnorwhite/write-file-safe/compare/v1.2.1...v1.2.2) (2020-10-04) diff --git a/package.json b/package.json index 78bc202..bf3913c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "write-file-safe", - "version": "1.2.2", + "version": "1.2.3", "description": "Write files and create parent directories if necessary", "license": "MIT", "author": "Connor White", @@ -56,4 +56,4 @@ "npmpackagejsonlint": { "extends": "npm-package-json-lint-config-bob" } -} +} \ No newline at end of file