diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e2f32..81246d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.32.0](https://github.com/rare-magma/guitos/compare/v0.31.0...v0.32.0) (2024-03-13) + + +### Bug Fixes + +* notification font style ([f910148](https://github.com/rare-magma/guitos/commit/f910148b5cc524d90d7627d98d4c609b4ada15a6)) + + +### Features + +* add title to landing page ([a4c9986](https://github.com/rare-magma/guitos/commit/a4c99867708e195c27b49e2ef329492012e52bc7)) + # [0.31.0](https://github.com/rare-magma/guitos/compare/v0.30.2...v0.31.0) (2024-02-25) diff --git a/package-lock.json b/package-lock.json index a0125da..201249a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guitos", - "version": "0.31.0", + "version": "0.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guitos", - "version": "0.31.0", + "version": "0.32.0", "dependencies": { "big.js": "6.2.1", "bootstrap": "5.3.2", diff --git a/package.json b/package.json index 44d9337..76f2258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guitos", - "version": "0.31.0", + "version": "0.32.0", "private": true, "type": "module", "scripts": {