Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

46 lines (21 loc) · 1.81 KB

2.2.0 (2024-03-07)

Features

  • layout: add vercel speed insights and analytics components (54ab431)

2.1.0 (2024-03-05)

Features

  • page: add specific metadata as title and description for the post page (b1670dc)

2.0.0 (2024-03-05)

  • Migrate from pages router to app router (#13) (bd7b887), closes #13

BREAKING CHANGES

  • update Next.js to v14, React DOM and React to the latest and much deps were updated even for fixes or SSR paradigm

  • fix: add use client directive and other fixes

1.4.1 (2024-03-05)

Bug Fixes

1.4.0 (2024-02-06)

Bug Fixes

  • run eslint (1707331)
  • when access isolated page, doesnt fetch post (f05c5ac)

Features

  • url friendly post title (02485cd)