diff --git a/CHANGELOG.md b/CHANGELOG.md index 935e1bf5..58e2f32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.31.0](https://github.com/rare-magma/guitos/compare/v0.30.2...v0.31.0) (2024-02-25) + + +### Features + +* add missing aria labels ([cf30731](https://github.com/rare-magma/guitos/commit/cf30731ec62683dba69959864aaa5d1a5ae8ba81)) + ## [0.30.2](https://github.com/rare-magma/guitos/compare/v0.30.1...v0.30.2) (2024-02-06) diff --git a/package-lock.json b/package-lock.json index fbac1f95..608a99e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guitos", - "version": "0.30.2", + "version": "0.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guitos", - "version": "0.30.2", + "version": "0.31.0", "dependencies": { "big.js": "6.2.1", "bootstrap": "5.3.2", diff --git a/package.json b/package.json index 4437c1d8..0b9535d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guitos", - "version": "0.30.2", + "version": "0.31.0", "private": true, "type": "module", "scripts": {