From beff4e49d52e76602b8b0551c5ff2b9a43e6ffcc Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 9 Sep 2024 19:27:56 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a712a..bbe9330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Changes to type definitions and improvements to code readability + ## [0.0.3] - 2024-09-03 - Rename `SubresourceIntegrity` to `IntegrityMetadataSet` @@ -22,5 +24,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.0.3]: https://github.com/kou029w/websri/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/kou029w/websri/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1 - [unreleased]: https://github.com/kou029w/websri/compare/v0.0.3...HEAD