File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 4.0.0] ( https://www.github.com/npm/write-file-atomic/compare/v3.0.3...v4.0.0 ) (2022-01-18)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * This drops support for node10 and non-LTS versions of node12 and node14
9+
10+ ### Bug Fixes
11+
12+ * move to template-oss ([ 266833d] ( https://www.github.com/npm/write-file-atomic/commit/266833d868b7626227d25dfbfa694798770bc811 ) )
13+
14+
15+ ### dependencies
16+
17+ * [email protected] (
[ f36ff4f
] ( https://www.github.com/npm/write-file-atomic/commit/f36ff4f5bc21178885f53768268fd9d8b0ba0729 ) )
18+
19+
20+ ### Documentation
21+
22+ * ** 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 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " write-file-atomic" ,
3- "version" : " 3 .0.3 " ,
3+ "version" : " 4 .0.0 " ,
44 "description" : " Write files in an atomic fashion w/configurable ownership" ,
55 "main" : " ./lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments