diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de99f1b..528e1b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.17.2](https://github.com/Njong392/Abbreve/compare/v0.17.1...v0.17.2) (2023-01-11) + + +### Bug Fixes + +* fixed spacing issues on mobile and large view and fixed text siz… ([#207](https://github.com/Njong392/Abbreve/issues/207)) ([37222d0](https://github.com/Njong392/Abbreve/commit/37222d053fa7aa2ad789eb2ed50255b319ff4341)) + + + ## [0.17.1](https://github.com/Njong392/Abbreve/compare/v0.17.0...v0.17.1) (2022-11-14) @@ -34,12 +43,3 @@ -# [0.13.0](https://github.com/Njong392/Abbreve/compare/v0.3.0...v0.13.0) (2022-10-14) - - -### Features - -* UI/UX improvements - moved search box to the top ([#122](https://github.com/Njong392/Abbreve/issues/122)) ([0031b16](https://github.com/Njong392/Abbreve/commit/0031b160f91cc3906d9fd6ed91bed6f66141276a)) - - - diff --git a/package.json b/package.json index d5f1571f..24a7f00b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abbreve-project", "private": true, - "version": "0.17.1", + "version": "0.17.2", "type": "module", "scripts": { "dev": "vite",