From 70ce39235de817707e0522dac8d7d28f2160c3c5 Mon Sep 17 00:00:00 2001
From: "smoothtml-release-bot[bot]"
<288771881+smoothtml-release-bot[bot]@users.noreply.github.com>
Date: Fri, 29 May 2026 19:33:45 +0000
Subject: [PATCH] chore: version packages
---
.changeset/cold-deserts-crash.md | 6 ------
.changeset/funny-zoos-tickle.md | 2 --
.changeset/sharp-lilies-stare.md | 6 ------
.changeset/tall-clubs-cheat.md | 6 ------
CHANGELOG.md | 22 ++++++++++++++++++++++
package.json | 2 +-
6 files changed, 23 insertions(+), 21 deletions(-)
delete mode 100644 .changeset/cold-deserts-crash.md
delete mode 100644 .changeset/funny-zoos-tickle.md
delete mode 100644 .changeset/sharp-lilies-stare.md
delete mode 100644 .changeset/tall-clubs-cheat.md
diff --git a/.changeset/cold-deserts-crash.md b/.changeset/cold-deserts-crash.md
deleted file mode 100644
index 4870a31..0000000
--- a/.changeset/cold-deserts-crash.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@smoothtml/vite-plugin-sri": patch
----
-
-Fix `` SRI eligibility check to correctly handle multi-keyword values
-per the HTML spec.
diff --git a/.changeset/funny-zoos-tickle.md b/.changeset/funny-zoos-tickle.md
deleted file mode 100644
index a845151..0000000
--- a/.changeset/funny-zoos-tickle.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/.changeset/sharp-lilies-stare.md b/.changeset/sharp-lilies-stare.md
deleted file mode 100644
index 44982bf..0000000
--- a/.changeset/sharp-lilies-stare.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@smoothtml/vite-plugin-sri": minor
----
-
-Explicitly annotate `sriPlugin` return type as `Plugin` to hide internal hook
-structure from the public API.
diff --git a/.changeset/tall-clubs-cheat.md b/.changeset/tall-clubs-cheat.md
deleted file mode 100644
index 52b98c4..0000000
--- a/.changeset/tall-clubs-cheat.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@smoothtml/vite-plugin-sri": patch
----
-
-Use bare specifiers (`crypto`, `path`, `url`) instead of `node:*` for Node
-built-in imports.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae74da9..1a4ab2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# @smoothtml/vite-plugin-sri
+## 0.2.0
+
+### Minor Changes
+
+- [#9](https://github.com/smoothtml/vite-plugin-sri/pull/9)
+ [`1d6e8aa`](https://github.com/smoothtml/vite-plugin-sri/commit/1d6e8aa22d23a9046586227607b3ce809acba71a)
+ Thanks [@rishvic](https://github.com/rishvic)! - Explicitly annotate
+ `sriPlugin` return type as `Plugin` to hide internal hook structure from the
+ public API.
+
+### Patch Changes
+
+- [#9](https://github.com/smoothtml/vite-plugin-sri/pull/9)
+ [`d1cdc3f`](https://github.com/smoothtml/vite-plugin-sri/commit/d1cdc3f7685d1ddcac3dce0dadfa3b3dd6486cfe)
+ Thanks [@rishvic](https://github.com/rishvic)! - Fix `` SRI
+ eligibility check to correctly handle multi-keyword values per the HTML spec.
+
+- [#9](https://github.com/smoothtml/vite-plugin-sri/pull/9)
+ [`4a285f8`](https://github.com/smoothtml/vite-plugin-sri/commit/4a285f83141bba69ef043a29ad5a476a2a9a3790)
+ Thanks [@rishvic](https://github.com/rishvic)! - Use bare specifiers
+ (`crypto`, `path`, `url`) instead of `node:*` for Node built-in imports.
+
## 0.1.1
### Patch Changes
diff --git a/package.json b/package.json
index 064a9ae..eaadbfc 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@smoothtml/vite-plugin-sri",
"type": "module",
- "version": "0.1.1",
+ "version": "0.2.0",
"description": "Vite plugin that adds Subresource Integrity (SRI) hashes to scripts and stylesheets in built HTML.",
"keywords": [
"vite-plugin",