bump: version 4.3.1 → 4.3.2

This commit is contained in:
satnaing
2024-08-17 21:06:54 +07:00
parent 88e5c430c8
commit 2e3ac94c70
3 changed files with 21 additions and 3 deletions
+18
View File
@@ -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. 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) ## v4.3.1 (2024-07-27)
### Fix ### Fix
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "4.3.1", "version": "4.3.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-paper", "name": "astro-paper",
"version": "4.3.1", "version": "4.3.2",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.1", "@astrojs/check": "^0.9.1",
"@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.1", "version": "4.3.2",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",