GitHub

Original file line numberDiff line numberDiff line change

@@ -4,10 +4,17 @@ 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.3](https://github.com/kremalicious/astro-redirect-from/compare/v1.3.2...v1.3.3)

8+
9+

- format fix [`c0d8482`](https://github.com/kremalicious/astro-redirect-from/commit/c0d84823b4a98b81e621e9c5559d8930fe1b9b5f)

10+
711

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

812
13+

> 1 May 2025

14+
915

- maintenance [`#248`](https://github.com/kremalicious/astro-redirect-from/pull/248)

1016

- remove lint-staged [`3f665bb`](https://github.com/kremalicious/astro-redirect-from/commit/3f665bb651c62db826e2303df48e8704f67b7891)

17+

- Release 1.3.2 [`f67b54f`](https://github.com/kremalicious/astro-redirect-from/commit/f67b54fc512594c7889eb861a6d2b11ff169c394)

1118
1219

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

1320
Original file line numberDiff line numberDiff line change

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

11

{

22

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

3-

"version": "1.3.2",

3+

"version": "1.3.3",

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",

@@ -19,7 +19,9 @@

1919

"release": "release-it --non-interactive",

2020

"prepublishOnly": "npm run build"

2121

},

22-

"files": ["./dist"],

22+

"files": [

23+

"./dist"

24+

],

2325

"devDependencies": {

2426

"@biomejs/biome": "^1.9.4",

2527

"@kremalicious/config": "^1.1.0",

Read the original on github.com ↗