Skip to content

Commit 120379f

Browse files
Version Packages (#60)
1 parent 92f1e72 commit 120379f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/shiny-dragons-protect.md

-5
This file was deleted.

packages/ssg/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hono/vite-ssg
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#59](https://github.com/honojs/vite-plugins/pull/59) [`92f1e721d4a1e1846c3fdfa121d63fafdaf8f4b3`](https://github.com/honojs/vite-plugins/commit/92f1e721d4a1e1846c3fdfa121d63fafdaf8f4b3) Thanks [@yusukebe](https://github.com/yusukebe)! - Initial release

packages/ssg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hono/vite-ssg",
33
"description": "Vite plugin to generate a static site from your Hono application",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)