Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

28 lines (13 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project attempts to adhere to Semantic Versioning.

1.0.0 (2025-01-25)

🚀 Features

  • markdown-powered CV authoring ✨ (f99952a)

🐛 Bug Fixes

  • handle missing window.location in tests (b83e9a1)
  • use absolute URL for og:image (cfd3106)

♻️ Code Refactoring

  • move meta tag handling from JS to build-time templates (73d51fd)

⚙️ Build System