From 2cef94e39f6e5543efe110c4cfd309a9aaf6b5f6 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 27 Jul 2024 14:38:11 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.3.0=20=E2=86=92=204.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec869e7a..be3381bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v4.3.1 (2024-07-27) + +### Fix + +- resolve non-latin char issue in generated OG images (#318) + ## v4.3.0 (2024-07-27) ### Feat diff --git a/package-lock.json b/package-lock.json index 712309ba6..f29000642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-paper", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-paper", - "version": "4.3.0", + "version": "4.3.1", "dependencies": { "@astrojs/check": "^0.8.2", "@astrojs/rss": "^4.0.7", diff --git a/package.json b/package.json index e8556dacf..0f9ef6990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "4.3.0", + "version": "4.3.1", "private": false, "scripts": { "dev": "astro dev",