From 0f4bb75ae62a019a38a28034ede1cd6edf04e950 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Sep 2022 15:07:32 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/mini-mirana/personal-website/compare/v.sarme4.0.0...v.sarme5.0.0) (2022-09-13) ### Bug Fixes * **Home:** Improve meta tag for noscale attribute ([d8b9f62](https://github.com/mini-mirana/personal-website/commit/d8b9f62683bbcc901ef9e85abd257edeec6deee2)) * **style:** Disable default browser gesture ([59d7197](https://github.com/mini-mirana/personal-website/commit/59d71977808e806d031d7ac1c7aff3450880e6f5)) ### Features * **Cursor:** Check touch device by media query ([164815a](https://github.com/mini-mirana/personal-website/commit/164815ac1471c22eed547f1a8663891006a7f6d9)) * **Grid:** Check touch device by media query ([a770ab9](https://github.com/mini-mirana/personal-website/commit/a770ab9b6b82c5eee30750aa7fb7040d0b0f6ef4)) * **Home:** Add more info for paper ([bb3b348](https://github.com/mini-mirana/personal-website/commit/bb3b3484ce24a39a111c56f58a3b0089d82d523f)) * **Home:** Check touch device by media query ([0c171a0](https://github.com/mini-mirana/personal-website/commit/0c171a0e8938a9ca038dd0c108ce3288014b820e)) * **Stack:** Support for opening links ([26dc0cb](https://github.com/mini-mirana/personal-website/commit/26dc0cb8d1ce782f8d5d470389378015d5b3a56f)) --- docs/master/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/master/CHANGELOG.md b/docs/master/CHANGELOG.md index 6b2daf9..658cbb8 100644 --- a/docs/master/CHANGELOG.md +++ b/docs/master/CHANGELOG.md @@ -1,3 +1,20 @@ +# [5.0.0](https://github.com/mini-mirana/personal-website/compare/v.sarme4.0.0...v.sarme5.0.0) (2022-09-13) + + +### Bug Fixes + +* **Home:** Improve meta tag for noscale attribute ([d8b9f62](https://github.com/mini-mirana/personal-website/commit/d8b9f62683bbcc901ef9e85abd257edeec6deee2)) +* **style:** Disable default browser gesture ([59d7197](https://github.com/mini-mirana/personal-website/commit/59d71977808e806d031d7ac1c7aff3450880e6f5)) + + +### Features + +* **Cursor:** Check touch device by media query ([164815a](https://github.com/mini-mirana/personal-website/commit/164815ac1471c22eed547f1a8663891006a7f6d9)) +* **Grid:** Check touch device by media query ([a770ab9](https://github.com/mini-mirana/personal-website/commit/a770ab9b6b82c5eee30750aa7fb7040d0b0f6ef4)) +* **Home:** Add more info for paper ([bb3b348](https://github.com/mini-mirana/personal-website/commit/bb3b3484ce24a39a111c56f58a3b0089d82d523f)) +* **Home:** Check touch device by media query ([0c171a0](https://github.com/mini-mirana/personal-website/commit/0c171a0e8938a9ca038dd0c108ce3288014b820e)) +* **Stack:** Support for opening links ([26dc0cb](https://github.com/mini-mirana/personal-website/commit/26dc0cb8d1ce782f8d5d470389378015d5b3a56f)) + # [4.0.0](https://github.com/mini-mirana/personal-website/compare/v.sarme3.1.0...v.sarme4.0.0) (2022-09-10)