From 167b8c6a55bc07f9a7e41e2ca1c2421b4bf9a10d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:03:42 +0000 Subject: [PATCH] chore(main): release 1.11.6 --- 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 a3bb9cd..642b49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.6](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.5...v1.11.6) (2024-10-06) + + +### Bug Fixes + +* **deps:** update dependency satori to v0.11.2 ([76d8412](https://github.com/shepherdjerred/astro-opengraph-images/commit/76d8412c730319bb17a11e50fa9eb24175c88430)) + ## [1.11.5](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.4...v1.11.5) (2024-10-05) diff --git a/package-lock.json b/package-lock.json index c79c497..8347e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-opengraph-images", - "version": "1.11.5", + "version": "1.11.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-opengraph-images", - "version": "1.11.5", + "version": "1.11.6", "license": "GPL-3.0-only", "dependencies": { "@resvg/resvg-js": "^2.6.2", diff --git a/package.json b/package.json index 10a3a82..378ba43 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.5", + "version": "1.11.6", "scripts": { "prepare": "husky", "lint": "eslint src --cache",