diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d903c6..7b1884b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.33.0](https://github.com/rare-magma/guitos/compare/v0.32.1...v0.33.0) (2024-03-16) + + +### Bug Fixes + +* increase bottom padding on landing page title ([ad6dba1](https://github.com/rare-magma/guitos/commit/ad6dba1f10873af9850cdb4a1af7e7f7d2bbe5da)) + + +### Features + +* combine import/export buttons ([90e5508](https://github.com/rare-magma/guitos/commit/90e5508df2b75e8e95ef11c80f39d105c89a857f)) + ## [0.32.1](https://github.com/rare-magma/guitos/compare/v0.32.0...v0.32.1) (2024-03-13) diff --git a/package-lock.json b/package-lock.json index c61bb905..8fd9aa3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guitos", - "version": "0.32.1", + "version": "0.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guitos", - "version": "0.32.1", + "version": "0.33.0", "dependencies": { "big.js": "6.2.1", "bootstrap": "5.3.2", diff --git a/package.json b/package.json index 5034a5e5..5d2f7c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guitos", - "version": "0.32.1", + "version": "0.33.0", "private": true, "type": "module", "scripts": {