From 177c2335d13cd552d12f7d6ddc7f29b805b143dd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Jun 2024 15:12:06 +0100 Subject: [PATCH] Release 1.0.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966d452..a0a5bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.8](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.7...v1.0.8) + +- bump dev dependencies [`594b8b5`](https://github.com/kremalicious/astro-redirect-from/commit/594b8b5dca5bc1d753d30b779bee79a5ff6e1cf3) + #### [v1.0.7](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.6...v1.0.7) +> 8 April 2024 + - dependency updates, require Node.js v18.18.x [`ba876b3`](https://github.com/kremalicious/astro-redirect-from/commit/ba876b39a6543d8893ad908d5724f874556adfe8) +- Release 1.0.7 [`09212e6`](https://github.com/kremalicious/astro-redirect-from/commit/09212e633e0a011bd757a2e8d1a21266cf7847ce) #### [v1.0.6](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.5...v1.0.6) diff --git a/package-lock.json b/package-lock.json index c4ed463..a254beb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.7", + "version": "1.0.8", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1c6d770..8307503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.7", + "version": "1.0.8", "description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.", "author": "Matthias Kretschmann ", "homepage": "https://kremalicious.com/astro-redirect-from",