diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7c4d658 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [4.0.0](https://www.github.com/npm/write-file-atomic/compare/v3.0.3...v4.0.0) (2022-01-18) + + +### ⚠ BREAKING CHANGES + +* This drops support for node10 and non-LTS versions of node12 and node14 + +### Bug Fixes + +* move to template-oss ([266833d](https://www.github.com/npm/write-file-atomic/commit/266833d868b7626227d25dfbfa694798770bc811)) + + +### dependencies + +* typedarray-to-buffer@4.0.0 ([f36ff4f](https://www.github.com/npm/write-file-atomic/commit/f36ff4f5bc21178885f53768268fd9d8b0ba0729)) + + +### Documentation + +* **readme:** clean up API/usage syntax ([#90](https://www.github.com/npm/write-file-atomic/issues/90)) ([22c6990](https://www.github.com/npm/write-file-atomic/commit/22c6990a4ce08ddb3cd7e18837997c0acd81daac)) diff --git a/package.json b/package.json index 7d86e13..031eccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "write-file-atomic", - "version": "3.0.3", + "version": "4.0.0", "description": "Write files in an atomic fashion w/configurable ownership", "main": "./lib/index.js", "scripts": {