diff --git a/CHANGELOG.md b/CHANGELOG.md index be3381b..c55e6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index decc7fa..6fa413d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 8dcb161..2b0bb82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "4.3.1", + "version": "4.3.2", "private": false, "scripts": { "dev": "astro dev",