Skip to content

Commit 5b5d758

Browse files
chore(main): release 0.3.0 (#155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent befd581 commit 5b5d758

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/sunya9/vite-plugin-react-og-image/compare/v0.2.1...v0.3.0) (2026-04-12)
4+
5+
6+
### Features
7+
8+
* Vite 8 support and OG meta tag enhancements ([#154](https://github.com/sunya9/vite-plugin-react-og-image/issues/154)) ([8df934e](https://github.com/sunya9/vite-plugin-react-og-image/commit/8df934e880094d4429f627181a2da9606f2b0db3))
9+
310
## [0.2.1](https://github.com/sunya9/vite-plugin-react-og-image/compare/v0.2.0...v0.2.1) (2025-06-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-react-og-image",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Vite plugin for generating Open Graph images with @vercel/og",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)