Skip to content

Commit 6f6aaff

Browse files
committed
v3.1.1
1 parent e0371c0 commit 6f6aaff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1414
1515
[#xxx]: https://github.com/bhousel/node-diff3/issues/xxx
1616
-->
17+
## 3.1.1
18+
##### 2022-Jun-03
19+
20+
* Fix exports property for Typescript declaration file ([#57])
21+
22+
[#57]: https://github.com/bhousel/node-diff3/issues/57
23+
1724

1825
## 3.1.0
1926
##### 2021-Sep-24

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.1.0",
3+
"version": "3.1.1",
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)