diff --git a/CHANGELOG.md b/CHANGELOG.md index cc99cc4..8d95316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [v1.0.6](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.5...v1.0.6) + +- 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) + #### [v1.0.5](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.4...v1.0.5) +> 12 December 2023 + - 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) @@ -15,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- Release 1.0.5 [`f6fa4e5`](https://github.com/kremalicious/astro-redirect-from/commit/f6fa4e5f1fe9381a8108fc8cb98709d048a52983) #### [v1.0.4](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.3...v1.0.4) diff --git a/package-lock.json b/package-lock.json index 69aab8c..054dde7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.5", + "version": "1.0.6", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1918a08..8e9b68d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.5", + "version": "1.0.6", "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",