diff --git a/CHANGELOG.md b/CHANGELOG.md index 99adde8..3a68517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,26 @@ All notable changes to this project will be documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 1.0.0 (2025-01-25) + + +### 🚀 Features + +* markdown-powered CV authoring ✨ ([f99952a](https://github.com/engineervix/cv/commit/f99952aca879aa0a042fe284d61e85fba5d3c925)) + + +### 🐛 Bug Fixes + +* handle missing window.location in tests ([b83e9a1](https://github.com/engineervix/cv/commit/b83e9a10d665e137831d8b35ec86d6a9c9c5aa17)) +* use absolute URL for og:image ([cfd3106](https://github.com/engineervix/cv/commit/cfd310684d1fa66a3fa6f742539ecf0517400a20)) + + +### ♻️ Code Refactoring + +* move meta tag handling from JS to build-time templates ([73d51fd](https://github.com/engineervix/cv/commit/73d51fd3d30a50ac22d2d9eff7e54732e23fd1cd)) + + +### ⚙️ Build System + +* add yaml package ([cdb5d7f](https://github.com/engineervix/cv/commit/cdb5d7f471b640667fe3e525150a636d464a2488))