From 35fd015354a295e1b2b7baa6a0599286817903d0 Mon Sep 17 00:00:00 2001 From: "smoothtml-release-bot[bot]" <288771881+smoothtml-release-bot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:29:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/afraid-garlics-visit.md | 6 ------ .changeset/fiery-cats-learn.md | 6 ------ .changeset/many-beans-cross.md | 6 ------ CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 5 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 .changeset/afraid-garlics-visit.md delete mode 100644 .changeset/fiery-cats-learn.md delete mode 100644 .changeset/many-beans-cross.md diff --git a/.changeset/afraid-garlics-visit.md b/.changeset/afraid-garlics-visit.md deleted file mode 100644 index 1f82b95..0000000 --- a/.changeset/afraid-garlics-visit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@smoothtml/vite-plugin-sri": patch ---- - -Decode percent-encoded asset URLs before bundle lookup so encoded paths resolve -correctly diff --git a/.changeset/fiery-cats-learn.md b/.changeset/fiery-cats-learn.md deleted file mode 100644 index b014ae5..0000000 --- a/.changeset/fiery-cats-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@smoothtml/vite-plugin-sri": patch ---- - -Add THIRD-PARTY-NOTICES.txt to the published package, carrying the MIT license -and copyright for the bundled Vite-derived code. diff --git a/.changeset/many-beans-cross.md b/.changeset/many-beans-cross.md deleted file mode 100644 index 1633aec..0000000 --- a/.changeset/many-beans-cross.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@smoothtml/vite-plugin-sri": minor ---- - -Add SRI hashes to elements that already have an `integrity` attribute, -preserving existing hashes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4ab2e..3f793a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @smoothtml/vite-plugin-sri +## 0.3.0 + +### Minor Changes + +- [#13](https://github.com/smoothtml/vite-plugin-sri/pull/13) + [`527aa3e`](https://github.com/smoothtml/vite-plugin-sri/commit/527aa3e35343a14fe4bb2c248005975d8c07128d) + Thanks [@rishvic](https://github.com/rishvic)! - Add SRI hashes to elements + that already have an `integrity` attribute, preserving existing hashes. + +### Patch Changes + +- [#13](https://github.com/smoothtml/vite-plugin-sri/pull/13) + [`daaecd2`](https://github.com/smoothtml/vite-plugin-sri/commit/daaecd2ebff58d10f2d3e6c4bad6b3f0c4db52eb) + Thanks [@rishvic](https://github.com/rishvic)! - Decode percent-encoded asset + URLs before bundle lookup so encoded paths resolve correctly + +- [#11](https://github.com/smoothtml/vite-plugin-sri/pull/11) + [`fe5d930`](https://github.com/smoothtml/vite-plugin-sri/commit/fe5d930043d458710af6015c6761e57fadbaf186) + Thanks [@rishvic](https://github.com/rishvic)! - Add THIRD-PARTY-NOTICES.txt + to the published package, carrying the MIT license and copyright for the + bundled Vite-derived code. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index d929694..91a0c07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@smoothtml/vite-plugin-sri", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "description": "Vite plugin that adds Subresource Integrity (SRI) hashes to scripts and stylesheets in built HTML.", "keywords": [ "vite-plugin",