Skip to content

Commit c4e056a

Browse files
committed
v2.1.2
1 parent ed86801 commit c4e056a

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ _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+
20+
## 2.1.2
21+
##### 2021-may-04
22+
23+
* ([#44]) Fix "Type 'Buffer' is not generic." TypeScript error
24+
25+
[#44]: https://github.com/bhousel/node-diff3/issues/44
26+
27+
1928
## 2.1.1
2029
##### 2021-apr-26
2130

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-diff3",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"license": "MIT",
55
"repository": "bhousel/node-diff3",
66
"description": "A node.js module for text diffing and three-way-merge.",
@@ -18,12 +18,12 @@
1818
"module": "index.mjs",
1919
"types": "index.d.ts",
2020
"devDependencies": {
21-
"@rollup/plugin-buble": "^0.21.1",
22-
"coveralls": "^3.0.9",
23-
"eslint": "^7.0.0",
21+
"@rollup/plugin-buble": "^0.21.3",
22+
"coveralls": "^3.1.0",
23+
"eslint": "^7.25.0",
2424
"npm-run-all": "^4.1.5",
25-
"rollup": "^2.0.6",
26-
"tap": "^15.0.1"
25+
"rollup": "^2.47.0",
26+
"tap": "^15.0.6"
2727
},
2828
"scripts": {
2929
"all": "npm run test",

0 commit comments

Comments
 (0)