1
0
Fork 0

Release 1.0.7

This commit is contained in:
Matthias Kretschmann 2024-04-08 11:43:36 +01:00
parent ba876b39a6
commit 09212e633e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 3 deletions

View File

@ -4,12 +4,19 @@ 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).
#### [v1.0.7](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.6...v1.0.7)
- dependency updates, require Node.js v18.18.x [`ba876b3`](https://github.com/kremalicious/astro-redirect-from/commit/ba876b39a6543d8893ad908d5724f874556adfe8)
#### [v1.0.6](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.5...v1.0.6)
> 26 February 2024
- Bump astro from 4.0.3 to 4.2.1 [`#74`](https://github.com/kremalicious/astro-redirect-from/pull/74)
- Bump vitest from 1.0.4 to 1.2.1 [`#73`](https://github.com/kremalicious/astro-redirect-from/pull/73)
- Bump vite from 5.0.8 to 5.0.12 [`#72`](https://github.com/kremalicious/astro-redirect-from/pull/72)
- dependency updates [`01d6266`](https://github.com/kremalicious/astro-redirect-from/commit/01d6266dd8c287cd721d5daf7a2d44e80033ddbb)
- Release 1.0.6 [`96f3f12`](https://github.com/kremalicious/astro-redirect-from/commit/96f3f12efdbd3b5bb52776549716c4eb7d139ed1)
#### [v1.0.5](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.4...v1.0.5)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "astro-redirect-from",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "astro-redirect-from",
"version": "1.0.6",
"version": "1.0.7",
"funding": [
{
"type": "github",

View File

@ -1,6 +1,6 @@
{
"name": "astro-redirect-from",
"version": "1.0.6",
"version": "1.0.7",
"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",