Skip to content

Commit dd2f994

Browse files
8.0.4 release (#678)
* Remove '(prerelease)' from release notes * Bump version
1 parent 3cc4384 commit dd2f994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "A JavaScript text diff implementation.",
55
"keywords": [
66
"diff",

release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 8.0.4 (prerelease)
3+
## 8.0.4
44

55
- [#667](https://github.com/kpdecker/jsdiff/pull/667) - **fix another bug in `diffWords` when used with an `Intl.Segmenter`**. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space), `diffWords` would previously crash. Now this case is handled correctly.
66

0 commit comments

Comments
 (0)