From e02a89879f52fb31158f2d9f6d5a20d4801531cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:29:24 +0000 Subject: [PATCH] chore(main): release 1.11.5 --- 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 96a5473..a3bb9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.5](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.4...v1.11.5) (2024-10-05) + + +### Bug Fixes + +* update package-lock of example ([5bab5d5](https://github.com/shepherdjerred/astro-opengraph-images/commit/5bab5d5b253931af2ee4e73e3fabbc4ea318cbb2)) + ## [1.11.4](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.3...v1.11.4) (2024-10-05) diff --git a/package-lock.json b/package-lock.json index ba74b7c..b6b9725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-opengraph-images", - "version": "1.11.4", + "version": "1.11.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-opengraph-images", - "version": "1.11.4", + "version": "1.11.5", "license": "GPL-3.0-only", "dependencies": { "@resvg/resvg-js": "^2.6.2", diff --git a/package.json b/package.json index 6aa4254..10a3a82 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.4", + "version": "1.11.5", "scripts": { "prepare": "husky", "lint": "eslint src --cache",