GitHub

Original file line numberDiff line numberDiff line change

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

8+
9+

- windows test runs [`#199`](https://github.com/kremalicious/astro-redirect-from/pull/199)

10+

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

11+

- reduced readme [`3e4d121`](https://github.com/kremalicious/astro-redirect-from/commit/3e4d12195f85410b0717b8dca2176614bc5e9e92)

12+

- switch to Node.js v22 [`9975551`](https://github.com/kremalicious/astro-redirect-from/commit/99755514a3dd9b317ea0fe5409346247b7c7678b)

13+
714

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

815
16+

> 19 December 2024

17+
918

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

1019

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

20+

- Release 1.3.0 [`38eef0e`](https://github.com/kremalicious/astro-redirect-from/commit/38eef0e03ec7a672cea2b494e09f1835710cd389)

1121
1222

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

1323
Original file line numberDiff line numberDiff line change

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

11

{

22

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

3-

"version": "1.3.0",

3+

"version": "1.3.1",

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 ↗