1
0
Fork 0

Release 1.0.5

This commit is contained in:
Matthias Kretschmann 2023-12-12 21:35:45 +00:00
parent d41701a586
commit f6fa4e5f1f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 3 deletions

View File

@ -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)

4
package-lock.json generated
View File

@ -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",

View File

@ -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 <m@kretschmann.io>",
"homepage": "https://kremalicious.com/astro-redirect-from",