From 4b3e640cab8e3f821c7cb0d39b8e216a70f6f5e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:24:09 +0000 Subject: [PATCH] chore(main): release 1.11.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642b49d..a937341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.7](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.6...v1.11.7) (2024-11-10) + + +### Bug Fixes + +* **deps:** update dependency satori to v0.11.3 ([4788d22](https://github.com/shepherdjerred/astro-opengraph-images/commit/4788d22365000761e3849bcd9bc39771421c0937)) + ## [1.11.6](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.5...v1.11.6) (2024-10-06) diff --git a/package-lock.json b/package-lock.json index 6b0a72a..e306f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-opengraph-images", - "version": "1.11.6", + "version": "1.11.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-opengraph-images", - "version": "1.11.6", + "version": "1.11.7", "license": "GPL-3.0-only", "dependencies": { "@resvg/resvg-js": "^2.6.2", diff --git a/package.json b/package.json index 330ad14..f8fa850 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/shepherdjerred/astro-opengraph-images/issues" }, "type": "module", - "version": "1.11.6", + "version": "1.11.7", "scripts": { "prepare": "husky", "lint": "eslint src --cache",