Skip to content

Commit a94dbaa

Browse files
committed
v3.1.0
1 parent 3695548 commit a94dbaa

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1515
[#xxx]: https://github.com/bhousel/node-diff3/issues/xxx
1616
-->
1717

18+
## 3.1.0
19+
##### 2021-Sep-24
20+
21+
* Add `sideEffects: false` to `package.json` so bundlers like webpack can treeshake
22+
* Remove the hardcoded `\n` from conflict boundaries ([#46], [#48])
23+
* Users who want to view the results of a merge will probably do something like `console.log(result.join('\n'));`, so having extra `\n` in there is unhelpful.
24+
25+
[#46]: https://github.com/bhousel/node-diff3/issues/46
26+
[#48]: https://github.com/bhousel/node-diff3/issues/48
27+
28+
1829
## 3.0.0
1930
##### 2021-Jun-26
2031

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-diff3",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"repository": "github:bhousel/node-diff3",
66
"description": "A node.js module for text diffing and three-way-merge.",

0 commit comments

Comments
 (0)