diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ea25c..160a42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,7 +104,7 @@ - Publish TS definitions and map via [#54](https://github.com/mike-marcacci/fs-capacitor/pull/54). -### next +### 8.0.0 - Upgrade development dependencies. - **BREAKING:** Drop support for node 12. diff --git a/package.json b/package.json index 5fed78e..272363f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-capacitor", - "version": "7.0.1", + "version": "8.0.0", "description": "Filesystem-buffered, passthrough stream that buffers indefinitely rather than propagate backpressure from downstream consumers.", "license": "MIT", "author": {