Skip to content

Commit ad8f0eb

Browse files
Prep for 7.0.0 release (#556)
1 parent 7d113b6 commit ad8f0eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "A JavaScript text diff implementation.",
55
"keywords": [
66
"diff",

release-notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes
22

3-
## Future 7.0.0 release
3+
## 7.0.0
4+
5+
Just a single (breaking) bugfix, undoing a behaviour change introduced accidentally in 6.0.0:
46

57
- [#554](https://github.com/kpdecker/jsdiff/pull/554) **`diffWords` treats numbers and underscores as word characters again.** This behaviour was broken in v6.0.0.
68

0 commit comments

Comments
 (0)