mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 09:57:03 +01:00
Release 0.2.3
This commit is contained in:
parent
676d07eacb
commit
977d39e897
@ -4,11 +4,17 @@ 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.3](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.2...v0.2.3)
|
||||
|
||||
- remove import.meta.env usage [`676d07e`](https://github.com/kremalicious/astro-redirect-from/commit/676d07eacb80f7feaea5db1b99d9edf0319db518)
|
||||
|
||||
#### [v0.2.2](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.1...v0.2.2)
|
||||
|
||||
> 23 September 2023
|
||||
|
||||
- update readme [`5459cf8`](https://github.com/kremalicious/astro-redirect-from/commit/5459cf89482c7b0853370ce92b0d9e1a9991c3b7)
|
||||
- Release 0.2.2 [`19a0da1`](https://github.com/kremalicious/astro-redirect-from/commit/19a0da1204f1101de787825b685095175800f7e9)
|
||||
- readme updates [`f972850`](https://github.com/kremalicious/astro-redirect-from/commit/f972850d9e0dda228090b695bd8491509191ac92)
|
||||
- imports with file extension [`8147aad`](https://github.com/kremalicious/astro-redirect-from/commit/8147aad3ec6d43de24760af605874b8f0f64d271)
|
||||
|
||||
#### [v0.2.1](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.0...v0.2.1)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "astro-redirect-from",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "astro-redirect-from",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"astro": ">= 3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astro-redirect-from",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user