Skip to content

Commit 14541cb

Browse files
committed
v2.1.1
1 parent 47891c6 commit 14541cb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
1616
1717
[#xxx]: https://github.com/bhousel/node-diff3/issues/xxx
1818
-->
19+
## 2.1.1
20+
##### 2021-apr-26
21+
22+
* ([#42]) Fix typo and add TypeScript definition for `patch`
23+
24+
[#42]: https://github.com/bhousel/node-diff3/issues/42
25+
26+
1927
## 2.1.0
2028
##### 2020-jul-17
2129

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": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"repository": "bhousel/node-diff3",
66
"description": "A node.js module for text diffing and three-way-merge.",

0 commit comments

Comments
 (0)