1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-22 01:47:01 +01:00

Release 0.2.4

This commit is contained in:
Matthias Kretschmann 2023-09-23 22:07:46 +01:00
parent 10d192909c
commit 913995ba04
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 3 deletions

View File

@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.2.4](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.3...v0.2.4)
- prepend all slugs with a slash if not present [`10d1929`](https://github.com/kremalicious/astro-redirect-from/commit/10d192909c5690d1078f7169d6d05f33d196ac63)
- readme updates [`5e7b54d`](https://github.com/kremalicious/astro-redirect-from/commit/5e7b54d7811884fcd06515a5559b3659ba3c977c)
- more file path details [`115beb5`](https://github.com/kremalicious/astro-redirect-from/commit/115beb5eeacd75858406cf738cd3ca07f7c6f5dd)
#### [v0.2.3](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.2...v0.2.3)
> 23 September 2023
- remove import.meta.env usage [`676d07e`](https://github.com/kremalicious/astro-redirect-from/commit/676d07eacb80f7feaea5db1b99d9edf0319db518)
- Release 0.2.3 [`977d39e`](https://github.com/kremalicious/astro-redirect-from/commit/977d39e89733e6c3aab32f6cb69520fbe00c56df)
#### [v0.2.2](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.1...v0.2.2)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "astro-redirect-from",
"version": "0.2.3",
"version": "0.2.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "astro-redirect-from",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"dependencies": {
"astro": ">= 3",

View File

@ -1,6 +1,6 @@
{
"name": "astro-redirect-from",
"version": "0.2.3",
"version": "0.2.4",
"description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"homepage": "https://kremalicious.com/astro-redirect-from",