From 82c623f710e1f4aa73c9cbf9b4c2708c8888c0da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Nov 2023 22:04:29 +0000 Subject: [PATCH] chore(release): 2.0.1 ## [2.0.1](https://github.com/allbertuu/portfolio-web/compare/v2.0.0...v2.0.1) (2023-11-20) ### Bug Fixes * container height in App component ([18ecb89](https://github.com/allbertuu/portfolio-web/commit/18ecb890b5dd0c9b8da3b5d3da7c5b522616f133)) * header position to fixed ([ae5fc14](https://github.com/allbertuu/portfolio-web/commit/ae5fc14f67db41eb3aada19fa1a084356da5ed8d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae6055..0b3e518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/allbertuu/portfolio-web/compare/v2.0.0...v2.0.1) (2023-11-20) + + +### Bug Fixes + +* container height in App component ([18ecb89](https://github.com/allbertuu/portfolio-web/commit/18ecb890b5dd0c9b8da3b5d3da7c5b522616f133)) +* header position to fixed ([ae5fc14](https://github.com/allbertuu/portfolio-web/commit/ae5fc14f67db41eb3aada19fa1a084356da5ed8d)) + # [1.6.0](https://github.com/allbertuu/portfolio-web/compare/v1.5.2...v1.6.0) (2023-10-02) ### Features diff --git a/package.json b/package.json index 156754a..49cb3e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "portfolio-web", "private": true, - "version": "2.0.0", + "version": "2.0.1", "type": "module", "scripts": { "dev": "vite",