diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e57de..ac89e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.10.0](https://github.com/aggutierrez98/aggutierrez-portfolio/compare/v1.9.12...v1.10.0) (2023-02-14) + +### Features + +- Changes to about and home modules folder structure and added ui fixes and improvments in about module and other parts of main layout ([376483e](https://github.com/aggutierrez98/aggutierrez-portfolio/commit/376483eea50448ea81a6619021365a7fc031dac0)) + ## [1.9.12](https://github.com/aggutierrez98/aggutierrez-portfolio/compare/v1.9.11...v1.9.12) (2023-02-13) ### Bug Fixes diff --git a/package.json b/package.json index 5833976..fd63303 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aggutierrez", "description": "Personal Portfolio", - "version": "1.9.12", + "version": "1.10.0", "private": true, "license": "MIT", "homepage": "https://aggutierrez.com",