From b590c7907745ee9a038bb803b7c37a852aca69ae Mon Sep 17 00:00:00 2001 From: Richard Russell <2265225+rars@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:28:42 +0000 Subject: [PATCH] docs: update changelog for 0.8.0 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8adedb5..8d7f368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.8.0](https://github.com/rars/diff-match-patch-ts/compare/v0.7.0...v0.8.0) (2025-12-01) + +### Refactoring + +- **diff-match-patch-ts**: use strict tsconfig setting ([f948143](https://github.com/rars/diff-match-patch-ts/commit/f948143b686b12441d997c45a6012c2e15631b24)) + ## [0.7.0](https://github.com/rars/diff-match-patch-ts/compare/v0.6.0...v0.7.0) (2025-11-04) - Maintenance release updating dependencies.