mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 09:57:03 +01:00
Release 1.0.5
This commit is contained in:
parent
d41701a586
commit
f6fa4e5f1f
14
CHANGELOG.md
14
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)
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user