Automatically create shortlinks for your Astro site

v1.0.0

+23
+23
CHANGELOG.md
···
··· 1 + # Changelog 2 + 3 + All notable changes to astro-shortlinks will be documented in this file. 4 + 5 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 + and this project adheres to 7 + [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 + 9 + <!-- ## [Unreleased] --> 10 + 11 + ## [1.0.0] - 2025-12-13 12 + 13 + Initial release. 14 + 15 + ### Added 16 + 17 + - Core integration 18 + - [worker-links](https://github.com/Erisa/worker-links) shortlinker. 19 + - [chhoto-url](https://github.com/SinTan1729/chhoto-url) shortlinker. 20 + - `multi-shortlinker` to create shortlinks on multiple services. 21 + 22 + [unreleased]: https://github.com/Ovyerus/astro-shortlinks/compare/v1.0.0...HEAD 23 + [1.0.0]: https://github.com/Ovyerus/astro-shortlinks/releases/tag/v1.0.0