Skip to content

Commit 3b1ac53

Browse files
6.0.0-beta (#543)
1 parent af1e8f8 commit 3b1ac53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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": "5.2.0",
3+
"version": "6.0.0-beta",
44
"description": "A JavaScript text diff implementation.",
55
"keywords": [
66
"diff",

release-notes.md

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

3-
## Future breaking 6.0.0 release
3+
## 6.0.0 (currently in beta)
4+
5+
This is a release containing many, *many* breaking changes. The objective of this release was to carry out a mass fix, in one go, of all the open bugs and design problems that required breaking changes to fix. A substantial, but exhaustive, changelog is below.
6+
7+
I am releasing this in beta for now, in the hope that a few users will upgrade now and submit bug reports if I've broken anything without realising it. I intend to do a final 6.0.0 release before the end of August. -- Mark "ExplodingCabbage" Amery.
48

59
[Commits](https://github.com/kpdecker/jsdiff/compare/master...v6.0.0-staging)
610

0 commit comments

Comments
 (0)