From e8f04c7cc5b3f2e6b462fc3addb214793d046dcf Mon Sep 17 00:00:00 2001 From: Hubert B Manilla Date: Mon, 20 Jul 2026 07:25:11 +0100 Subject: [PATCH] Update the changelog for the 0.8.0 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea0eafa..0a00072f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.0 + +- [#528] https://github.com/mozilla/source-map/pull/528 + Adding security policy +- [#525] https://github.com/mozilla/source-map/pull/525 + Use Object.create for sourceContents +- [#520] https://github.com/mozilla/source-map/pull/520 + Fixes types for SourceMapConsumer.initialize + ## 0.7.6 - Bump package to 0.7.6 and remove `publishConfig` property in package.json ([801be934007c3ed0ef66c620641b1668e92c891d](https://github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))