GitHub

Original file line numberDiff line numberDiff line change

@@ -4,12 +4,19 @@ 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.3.0](https://github.com/kremalicious/astro-redirect-from/compare/v1.2.0...v1.3.0)

8+
9+

- Dependency updates [`#197`](https://github.com/kremalicious/astro-redirect-from/pull/197)

10+

- Convert URL.pathname to proper File Path [`#196`](https://github.com/kremalicious/astro-redirect-from/pull/196)

11+
712

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

813
14+

> 12 August 2024

15+
916

- Warn on parsing failures; support `redirect_from: url` [`#157`](https://github.com/kremalicious/astro-redirect-from/pull/157)

1017

- dependency updates [`53cc262`](https://github.com/kremalicious/astro-redirect-from/commit/53cc262921a13e7940fc72f727c86181eb2908a8)

18+

- Release 1.2.0 [`dadd12d`](https://github.com/kremalicious/astro-redirect-from/commit/dadd12d7e17ab45a91db8f84b3657723f167e80b)

1119

- formatting fixes [`d8bd20f`](https://github.com/kremalicious/astro-redirect-from/commit/d8bd20f370473a27e47e1032d6b46603e70112c0)

12-

- split up lint & format task [`95a8fcb`](https://github.com/kremalicious/astro-redirect-from/commit/95a8fcbcaedbb1520c1df740a704d6e9c5676135)

1320
1421

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

1522
Original file line numberDiff line numberDiff line change

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

11

{

22

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

3-

"version": "1.2.0",

3+

"version": "1.3.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 ↗