Skip to content

Commit c681bcd

Browse files
committed
v3.2.0
1 parent 05cdda3 commit c681bcd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1616
-->
1717

1818
# 3.2.0
19-
##### 2025-??
19+
##### 2025-Oct-21
2020
* This project uses [`bun`](https://bun.com/) now, for simpler developer tooling ([#85])
2121

2222
[#85]: https://github.com/bhousel/node-diff3/issues/85

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can also use **node-diff3** directly in a web browser. A good way to do thi
3939
When you load this file in a `<script>` tag, you'll get a `Diff3` global to use elsewhere in your scripts:
4040
```html
4141
<head>
42-
<script src="https://cdn.jsdelivr.net/npm/node-diff3@3.1/dist/diff3.iife.min.js"></script>
42+
<script src="https://cdn.jsdelivr.net/npm/node-diff3@latest/dist/diff3.iife.min.js"></script>
4343
</head>
4444
4545
<script>

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "node-diff3",
66
"devDependencies": {
77
"@types/bun": "^1.3.0",
8-
"eslint": "^9.37.0",
8+
"eslint": "^9.38.0",
99
"npm-run-all2": "^8.0.4",
1010
},
1111
},

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

0 commit comments

Comments
 (0)