Skip to content

Commit 8226c27

Browse files
committed
v3.2.1
1 parent e179a03 commit 8226c27

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.2.1
19+
##### 2026-Jun-03
20+
21+
* Fix `LCS` lookup handling so keys like `constructor` or `__proto__` do not shadow dictionary lookups ([#87])
22+
* Improve TypeScript declarations for `diffComm` and merge APIs to better match runtime output ([#88])
23+
* Internal maintenance updates and dependency refreshes
24+
25+
[#87]: https://github.com/bhousel/node-diff3/issues/87
26+
[#88]: https://github.com/bhousel/node-diff3/issues/88
27+
28+
1829
## 3.2.0
1930
##### 2025-Oct-21
2031
* This project uses [`bun`](https://bun.com/) now, for simpler developer tooling ([#85])

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.2.0",
3+
"version": "3.2.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)