Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

80 lines (43 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

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

[0.4.0] - 2024-01-28

Added

Fixed

Changed

  • To reflect Astro 4 changes, changed the default assets path from ./public/assets/ to ./src/assets/.
  • Frontmatter tag postSlug changed to slug.
  • Under the hood: Dependency version bump.

Removed

[0.3.1] - 2023-06-23

Added

Fixed

  • Only create content directory, if user so choosed. Previously it was created regardless.

Changed

[0.3.0] - 2023-06-23

Added

Fixed

Changed

  • Under the hood: Upgraded dependency inquirer to @inquirer/prompts.

Removed

[0.2.0] - 2023-04-08

Added

  • Option to change the content directory format. Values date (default) and slug are valid.
  • Improved CLI messages.
  • Added CHANGELOG.md to project.

Fixed

Changed

Removed

[0.1.1] - 2023-04-05

Added

  • package.json now contains links to GitHub.

Fixed

Changed

Removed

[0.1.0] - 2023-04-05

Added

  • Initial release.

Fixed

Changed

Removed