diff --git a/changelog.md b/changelog.md index 2594aab..527d6df 100644 --- a/changelog.md +++ b/changelog.md @@ -18,3 +18,4 @@ - Updated dependencies. - Move configs out of package.json +- Use `wx` file flag instead of default `w` (thanks to @mattbretl via #8) diff --git a/package.json b/package.json index d0e609c..9b6f8a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-capacitor", - "version": "2.0.0", + "version": "2.0.1", "description": "Filesystem-buffered, passthrough stream that buffers indefinitely rather than propagate backpressure from downstream consumers.", "license": "MIT", "author": {