Skip to content

Commit 1bb1ac7

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2025-10-30) ### Bug Fixes * add types for default export ([#367](#367)) ([37bb900](37bb900))
1 parent 15b1ff5 commit 1bb1ac7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.2.1](https://github.com/KiwiKilian/eleventy-plugin-og-image/compare/v4.2.0...v4.2.1) (2025-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* add types for default export ([#367](https://github.com/KiwiKilian/eleventy-plugin-og-image/issues/367)) ([37bb900](https://github.com/KiwiKilian/eleventy-plugin-og-image/commit/37bb900872a167341228e749b16ea63017874d5c))
7+
18
## [4.2.1-beta.1](https://github.com/KiwiKilian/eleventy-plugin-og-image/compare/v4.2.0...v4.2.1-beta.1) (2025-10-29)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eleventy-plugin-og-image",
3-
"version": "4.2.1-beta.1",
3+
"version": "4.2.1",
44
"description": "A plugin to create Open Graph Images from JSX for Eleventy.",
55
"author": {
66
"name": "Kilian Finger",

0 commit comments

Comments
 (0)