Skip to content

Commit ee3520e

Browse files
committed
v3.1.2
1 parent 68d73bc commit ee3520e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1414
1515
[#xxx]: https://github.com/bhousel/node-diff3/issues/xxx
1616
-->
17+
18+
## 3.1.2
19+
##### 2022-Jun-06
20+
21+
* Rearrange "default" export to end of list for Webpack ([#58])
22+
23+
[#58]: https://github.com/bhousel/node-diff3/issues/58
24+
25+
1726
## 3.1.1
1827
##### 2022-Jun-03
1928

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-diff3",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "MIT",
55
"repository": "github:bhousel/node-diff3",
66
"description": "A node.js module for text diffing and three-way-merge.",
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"c8": "^7.11.3",
5151
"esbuild": "^0.14.42",
52-
"eslint": "^8.16.0",
52+
"eslint": "^8.17.0",
5353
"npm-run-all": "^4.1.5",
5454
"shx": "^0.3.4",
5555
"tap": "^16.2.0"

0 commit comments

Comments
 (0)