bump: version 4.3.0 → 4.3.1

This commit is contained in:
satnaing
2024-07-27 14:38:11 +07:00
parent 2f82febff4
commit 2cef94e39f
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -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. 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) ## v4.3.0 (2024-07-27)
### Feat ### Feat
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "4.3.0", "version": "4.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-paper", "name": "astro-paper",
"version": "4.3.0", "version": "4.3.1",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.8.2", "@astrojs/check": "^0.8.2",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "4.3.0", "version": "4.3.1",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",