File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
src/components/elements/Social Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10- ## [ v1.3.1 ] ( https://github.com/annabranco/my-profile/compare/1.3.0 ...v1.3.1 )
10+ ## [ v1.3.2 ] ( https://github.com/annabranco/my-profile/compare/1.3.1 ...v1.3.2 )
1111
1212### Commits
1313
14- - feat: [ #123 ] Included Error handling on e2e [ ` fba196c ` ] ( https://github.com/annabranco/my-profile/commit/fba196c68774bd598477d6ee848a7c83b6a9b2d2 )
14+ - feat: [ #130 ] Updated contact info [ ` 120e750 ` ] ( https://github.com/annabranco/my-profile/commit/120e750b0cfdae4fa8690e3ccba2a0c6d306e077 )
15+
16+ ## [ 1.3.1] ( https://github.com/annabranco/my-profile/compare/1.3.0...1.3.1 ) - 2021-05-14
1517
1618## [ 1.3.0] ( https://github.com/annabranco/my-profile/compare/1.2.6...1.3.0 ) - 2021-05-14
1719
1820### Commits
1921
2022- feat: [ #123 ] Refactored and improved e2e testings [ ` b8156ae ` ] ( https://github.com/annabranco/my-profile/commit/b8156aea72caf65eeacc6bb6810bca0114a5da3a )
23+ - feat: [ #123 ] Included Error handling on e2e [ ` fba196c ` ] ( https://github.com/annabranco/my-profile/commit/fba196c68774bd598477d6ee848a7c83b6a9b2d2 )
2124
2225## [ 1.2.6] ( https://github.com/annabranco/my-profile/compare/1.2.5...1.2.6 ) - 2021-05-11
2326
Original file line number Diff line number Diff line change 22 "name" : " anna-branco-profile" ,
33 "author" : " Anna Branco <anna.branco@icloud.com> (https://github.com/annabranco)" ,
44 "description" : " This is Anna Branco's developer profile" ,
5- "version" : " 1.3.1 " ,
5+ "version" : " 1.3.2 " ,
66 "repository" : " github:annabranco/my-profile/" ,
77 "homepage" : " http://annabranco.github.io/my-profile/" ,
88 "keywords" : [
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Social = ({ texts }: { texts: IInfoPageText }): ReactElement => (
1717 < SocialItem >
1818 < Link data-e2e-id = "social-email" href = "mailto:anya.branco@icloud.com" >
1919 < Icon className = "far fa-envelope" />
20- < Text > anya .branco@icloud.com</ Text >
20+ < Text > ann .branco@icloud.com</ Text >
2121 </ Link >
2222 </ SocialItem >
2323 < SocialItem >
You can’t perform that action at this time.
0 commit comments