mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
bump: version 4.3.1 → 4.3.2
This commit is contained in:
@@ -2,6 +2,24 @@
|
||||
|
||||
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.2 (2024-08-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- **a11y**: remove aria-labels from non-interactive elements (#346)
|
||||
|
||||
### Refactor
|
||||
|
||||
- update tailwind classes to v3 syntax (#345)
|
||||
- remove commented codes
|
||||
|
||||
### Others
|
||||
|
||||
- docs: update estimated reading time blog post (#354)
|
||||
- docs: add instructions for Google Site Verification in AstroPaper (#353)
|
||||
- docs: update pre-commit hook blog post (#344)
|
||||
- ci: add CI workflow (#340)
|
||||
|
||||
## v4.3.1 (2024-07-27)
|
||||
|
||||
### Fix
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "astro-paper",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "astro-paper",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.1",
|
||||
"@astrojs/rss": "^4.0.7",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astro-paper",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
||||
Reference in New Issue
Block a user