From c5be1a11b0d2b38a2f3275e33e238cd2baa44e72 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:50:21 +0900 Subject: [PATCH 1/2] ci: build file was missing add `prepublishOnly` script to run build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 694411a..e39cfcd 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "build": "unbuild && tsx scripts/patchCJS.ts", "test": "vitest run", "format": "prettier --write --cache .", + "prepublishOnly": "npm run build", "release": "tsx scripts/release.ts", "ci-publish": "tsx scripts/publishCI.ts" }, From c81b6ed526b4ca06c06614e7112f176398a40de0 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:50:30 +0900 Subject: [PATCH 2/2] release: v2.1.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8e628..1e84f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.1.3](https://github.com/vitejs/vite-plugin-basic-ssl/compare/v2.1.2...v2.1.3) (2026-01-08) +### Continuous Integration + +* build file was missing ([c5be1a1](https://github.com/vitejs/vite-plugin-basic-ssl/commit/c5be1a11b0d2b38a2f3275e33e238cd2baa44e72)) + ## [2.1.2](https://github.com/vitejs/vite-plugin-basic-ssl/compare/v2.1.1...v2.1.2) (2026-01-08) ### Miscellaneous Chores diff --git a/package.json b/package.json index e39cfcd..e4b6261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-basic-ssl", - "version": "2.1.2", + "version": "2.1.3", "type": "module", "license": "MIT", "author": "Evan You and Vite Contributors",