From f6fa4e5f1fe9381a8108fc8cb98709d048a52983 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 12 Dec 2023 21:35:45 +0000 Subject: [PATCH] Release 1.0.5 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5420a1..cc99cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.5](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.4...v1.0.5) + +- Bump vite from 4.5.0 to 5.0.7 [`#52`](https://github.com/kremalicious/astro-redirect-from/pull/52) +- Bump astro from 3.5.5 to 4.0.3 [`#55`](https://github.com/kremalicious/astro-redirect-from/pull/55) +- Bump zod and astro [`#40`](https://github.com/kremalicious/astro-redirect-from/pull/40) +- Bump @types/node from 20.8.8 to 20.9.2 [`#39`](https://github.com/kremalicious/astro-redirect-from/pull/39) +- Bump astro from 3.3.4 to 3.5.5 [`#38`](https://github.com/kremalicious/astro-redirect-from/pull/38) +- Bump eslint from 8.52.0 to 8.54.0 [`#37`](https://github.com/kremalicious/astro-redirect-from/pull/37) +- Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.11.0 [`#36`](https://github.com/kremalicious/astro-redirect-from/pull/36) +- Bump release-it from 16.2.1 to 17.0.0 [`#34`](https://github.com/kremalicious/astro-redirect-from/pull/34) +- bump vitest to v1.0, nested test fix [`d41701a`](https://github.com/kremalicious/astro-redirect-from/commit/d41701a586aad531e35e464e70a2cf9a5fbb2186) + #### [v1.0.4](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.3...v1.0.4) +> 25 October 2023 + - Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.9.0 [`#25`](https://github.com/kremalicious/astro-redirect-from/pull/25) - Bump eslint from 8.50.0 to 8.52.0 [`#20`](https://github.com/kremalicious/astro-redirect-from/pull/20) - Bump vite from 4.4.10 to 4.5.0 [`#23`](https://github.com/kremalicious/astro-redirect-from/pull/23) diff --git a/package-lock.json b/package-lock.json index 039590d..0588973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.4", + "version": "1.0.5", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 6395cd9..f10b59d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.4", + "version": "1.0.5", "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",