Skip to content

Commit

Permalink
Upgrade dependencies and bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Apr 25, 2024
1 parent 9af87a7 commit acdcac7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to the library will be documented in this file.

## v0.2.0 (January 09, 2023)
## v0.2.1 (April 25, 2024)

- Upgrade dependencies to latest version to fix bug

## v0.2.0 (January 09, 2024)

- Add `fetchFont` function to load fonts with the Fetch API

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "og-img",
"description": "Generate dynamic Open Graph images for your website",
"version": "0.2.0",
"version": "0.2.1",
"license": "MPL-2.0",
"author": "Fabian Hiller",
"repository": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@resvg/resvg-wasm": "^2.6.0",
"satori": "^0.10.11",
"@resvg/resvg-wasm": "^2.6.2",
"satori": "^0.10.13",
"satori-html": "^0.3.2"
}
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acdcac7

Please # to comment.