Skip to content

Latest commit

 

History

History
120 lines (62 loc) · 5.55 KB

CHANGELOG.md

File metadata and controls

120 lines (62 loc) · 5.55 KB

2.0.8 (2022-10-09)

Bug Fixes

  • update davicons exampleSite (2549f58)

Chores

  • update devicon cdn version (7568943)

Documentation

  • fix hero image in README file to use absolute path (32490b9)
  • fix hugo badge version (1048423)

2.0.7 (2021-01-07)

Bug Fixes

  • fix README hero image and Hugo tags (4a2068a)

2.0.6 (2021-01-07)

Bug Fixes

  • change color for blog time tag to pass the accessibility test on lighthouse (#15) (434e7b5), closes #15

2.0.5 (2021-01-07)

Bug Fixes

  • fix best practices lighthouse optimization (#13) (f8e8a82), closes #13 #12
  • fix the talks section if statement (#11) (2337b98), closes #11 #10

2.0.4 (2021-01-06)

Documentation

2.0.3 (2021-01-06)

Bug Fixes

  • fix accessibility issues (77e74e9)

2.0.2 (2021-01-06)

Documentation

  • change the getting started section on README to be more clear (35524fb)

Other

  • Merge branch 'main' of github.com:nirgn975/devRes into main (4149ca8)

2.0.1 (2021-01-06)

Continuous Integration

  • fix gh-pages deployment (0718303)

2.0.0 (2021-01-05)

Features

  • adhere Hugo theme requirements (#9) (ed32b32), closes #9 #8

BREAKING CHANGE

  • Add an option to disable/enable section - changed the content yaml structure.

1.0.3 (2021-01-04)

Documentation

  • change the content of the exampleSite (6f96ebe)

1.0.2 (2021-01-03)

Documentation

  • add demo section into README file (1488cf9)

Other

  • Merge branch 'main' of github.com:nirgn975/devRes into main (aab9f9b)

1.0.1 (2021-01-03)

Bug Fixes

  • fix the base URL of the exampleSite to match GitHub gh-pages (a20eaae)

Other

  • Fix accessibility issues (#7) (2db30b6), closes #7 #6

1.0.0 (2021-01-03)

Bug Fixes

Code Refactoring

  • add a README, gitignore, start a github CI and fix theme light and dark colors (a17df2a)

Continuous Integration

  • fix release branch on GitHub CD action (c8955fe)

Features

  • Autogenerate tag, release, and changelog (#5) (ca79f5a), closes #5 #4

Other