From 7e43c94bfb2fe33b74c1ded050a04940f63076fe Mon Sep 17 00:00:00 2001
From: kou029w <kou029w@users.noreply.github.com>
Date: Wed, 19 Feb 2025 08:21:04 +0000
Subject: [PATCH] Release 1.0.1

---
 CHANGELOG.md      | 5 ++++-
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11545ae..863b452 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]
 
+## [1.0.1] - 2025-02-19
+
 - Fixed "Maximum call stack size exceeded" error when using `IntegrityMetadataSet#strongest`
 
 ## [1.0.0] - 2025-01-06
@@ -32,9 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - First release
 
+[1.0.1]: https://github.com/kou029w/websri/compare/v1.0.0...v1.0.1
 [1.0.0]: https://github.com/kou029w/websri/compare/v0.1.0...v1.0.0
 [0.1.0]: https://github.com/kou029w/websri/compare/v0.0.3...v0.1.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/v1.0.0...HEAD
+[unreleased]: https://github.com/kou029w/websri/compare/v1.0.1...HEAD
diff --git a/package-lock.json b/package-lock.json
index bee38eb..0d4d3c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "websri",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "websri",
-      "version": "1.0.0",
+      "version": "1.0.1",
       "license": "MIT",
       "devDependencies": {
         "@release-it/keep-a-changelog": "5.0.0",
diff --git a/package.json b/package.json
index 1b449aa..a9938a6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "websri",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "A universal Subresource Integrity (SRI) utility for Node.js, browsers, Cloudflare Workers, Deno, Bun, and other web-compatible runtimes.",
   "license": "MIT",
   "author": "Kohei Watanabe <nebel@fogtype.com>",