From 8f98cfe9dc1f1a3ae57fe6cbf67cbb5b48a2a569 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 04:43:02 +0000 Subject: [PATCH] chore(main): release 1.11.2 --- 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 5ac0a86..585b3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.2](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.1...v1.11.2) (2024-08-11) + + +### Bug Fixes + +* **deps:** update npm ([51aae20](https://github.com/shepherdjerred/astro-opengraph-images/commit/51aae202981a0613c80b9ab1a75613ccb396116c)) + ## [1.11.1](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.11.0...v1.11.1) (2024-08-04) diff --git a/package-lock.json b/package-lock.json index b0a69b9..11560d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-opengraph-images", - "version": "1.11.1", + "version": "1.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-opengraph-images", - "version": "1.11.1", + "version": "1.11.2", "license": "GPL-3.0-only", "dependencies": { "@resvg/resvg-js": "^2.6.2", diff --git a/package.json b/package.json index 910ef68..734ff42 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.1", + "version": "1.11.2", "scripts": { "prepare": "husky", "lint": "eslint src --cache",