From 3b1ac533f16c26f99703cb3d6e1fae6982a2bc42 Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Tue, 20 Aug 2024 17:45:48 +0100 Subject: [PATCH] 6.0.0-beta (#543) --- package.json | 2 +- release-notes.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8acf6427..d72afb5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diff", - "version": "5.2.0", + "version": "6.0.0-beta", "description": "A JavaScript text diff implementation.", "keywords": [ "diff", diff --git a/release-notes.md b/release-notes.md index 9966de83..90eb231d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,10 @@ # Release Notes -## Future breaking 6.0.0 release +## 6.0.0 (currently in beta) + +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. + +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. [Commits](https://github.com/kpdecker/jsdiff/compare/master...v6.0.0-staging)