From b5df11cd3578660adf97c8fd9be5279ddee0fd54 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 17 Aug 2024 21:06:54 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.3.1=20=E2=86=92=204.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3381bd6..895bc13c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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 + ## v4.3.1 (2024-07-27) ### Fix diff --git a/package-lock.json b/package-lock.json index decc7fa64..6fa413d94 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 8dcb161a8..2b0bb828c 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",