Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Apr 6, 2021
1 parent e0e5b97 commit 1daeacf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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)


Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -56,4 +56,4 @@
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bob"
}
}
}

0 comments on commit 1daeacf

Please sign in to comment.