From 761d25bfaaeb2f45bf7d449614a6351544e97336 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Oct 2023 07:26:28 +0000 Subject: [PATCH] chore(release): 0.28.1 ## [0.28.1](https://github.com/rare-magma/guitos/compare/v0.28.0...v0.28.1) (2023-10-15) ### Performance Improvements * smaller bundle with updated recharts ([38276da](https://github.com/rare-magma/guitos/commit/38276da2ba9e49091c55aa4299aeffd7560dc892)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa63606..93cdb7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.1](https://github.com/rare-magma/guitos/compare/v0.28.0...v0.28.1) (2023-10-15) + + +### Performance Improvements + +* smaller bundle with updated recharts ([38276da](https://github.com/rare-magma/guitos/commit/38276da2ba9e49091c55aa4299aeffd7560dc892)) + # [0.28.0](https://github.com/rare-magma/guitos/compare/v0.27.3...v0.28.0) (2023-10-14) diff --git a/package-lock.json b/package-lock.json index a56f2a76..c6f5a446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guitos", - "version": "0.28.0", + "version": "0.28.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guitos", - "version": "0.28.0", + "version": "0.28.1", "dependencies": { "big.js": "6.2.1", "bootstrap": "5.3.2", diff --git a/package.json b/package.json index 5d85dcbe..b7a075a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guitos", - "version": "0.28.0", + "version": "0.28.1", "private": true, "scripts": { "start": "vite",