Skip to content

Releases: engineervix/cv

v1.0.1 (2026-06-16)

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:02
b54b689

What's changed in this release

⚙️ Build System

  • bump Node.js from 20 -> 24 (0771f6f)
  • bump stylelint to latest (dd47bdb)
  • migrate to ESLint v10 flat config (9e3879a)
  • puppeteer v25 (31ef331)
  • replace commitizen with czg, remove eslint and friends (06c7a2b)
  • update several outdated dependencies (92a89af)
  • use latest vite vitest @vitest/coverage-v8 (0ce5ad9)

👷 CI/CD

  • place renovate config in the right place (850fc03)

v1.0.0 (2025-01-25)

Choose a tag to compare

@github-actions github-actions released this 25 Jan 15:10
6b0b249

What's changed in this release

🚀 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