GitHub

Original file line numberDiff line numberDiff line change

@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

44
55

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

66
7+

#### [v1.1.0](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.8...v1.1.0)

8+
9+

- migrate to biome [`#149`](https://github.com/kremalicious/astro-redirect-from/pull/149)

10+
711

#### [v1.0.8](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.7...v1.0.8)

812
13+

> 7 June 2024

14+
915

- bump dev dependencies [`594b8b5`](https://github.com/kremalicious/astro-redirect-from/commit/594b8b5dca5bc1d753d30b779bee79a5ff6e1cf3)

16+

- Release 1.0.8 [`177c233`](https://github.com/kremalicious/astro-redirect-from/commit/177c2335d13cd552d12f7d6ddc7f29b805b143dd)

1017
1118

#### [v1.0.7](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.6...v1.0.7)

1219
Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

22

"name": "astro-redirect-from",

3-

"version": "1.0.8",

3+

"version": "1.1.0",

44

"description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.",

55

"author": "Matthias Kretschmann <m@kretschmann.io>",

66

"homepage": "https://kremalicious.com/astro-redirect-from",

Read the original on github.com ↗