1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-22 01:47:01 +01:00

Release 1.0.4

This commit is contained in:
Matthias Kretschmann 2023-10-25 00:56:24 +01:00
parent acdfc1e732
commit 612ba15aec
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 3 deletions

View File

@ -4,14 +4,28 @@ 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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v1.0.4](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.3...v1.0.4)
- 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)
- Bump @babel/traverse from 7.22.20 to 7.23.2 [`#18`](https://github.com/kremalicious/astro-redirect-from/pull/18)
- Bump astro from 3.2.2 to 3.3.2 [`#21`](https://github.com/kremalicious/astro-redirect-from/pull/21)
- add husky [`c6e24a6`](https://github.com/kremalicious/astro-redirect-from/commit/c6e24a6120749c3133c0387b585819d0069a9eb8)
- readme updates [`0c0e39a`](https://github.com/kremalicious/astro-redirect-from/commit/0c0e39a93211a39ca729ae9a13cb19f3da2ddca9)
- add funding to package.json [`acdfc1e`](https://github.com/kremalicious/astro-redirect-from/commit/acdfc1e732578efebd868fb6cf4f948f74f8958b)
#### [v1.0.3](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.2...v1.0.3) #### [v1.0.3](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.2...v1.0.3)
> 3 October 2023
- Bump astro from 3.1.2 to 3.2.0 [`#6`](https://github.com/kremalicious/astro-redirect-from/pull/6) - Bump astro from 3.1.2 to 3.2.0 [`#6`](https://github.com/kremalicious/astro-redirect-from/pull/6)
- Bump @types/node from 20.6.3 to 20.6.5 [`#1`](https://github.com/kremalicious/astro-redirect-from/pull/1) - Bump @types/node from 20.6.3 to 20.6.5 [`#1`](https://github.com/kremalicious/astro-redirect-from/pull/1)
- Bump get-func-name from 2.0.0 to 2.0.2 [`#4`](https://github.com/kremalicious/astro-redirect-from/pull/4) - Bump get-func-name from 2.0.0 to 2.0.2 [`#4`](https://github.com/kremalicious/astro-redirect-from/pull/4)
- Bump eslint from 8.49.0 to 8.50.0 [`#3`](https://github.com/kremalicious/astro-redirect-from/pull/3) - Bump eslint from 8.49.0 to 8.50.0 [`#3`](https://github.com/kremalicious/astro-redirect-from/pull/3)
- Bump release-it from 16.1.5 to 16.2.0 [`#2`](https://github.com/kremalicious/astro-redirect-from/pull/2) - Bump release-it from 16.1.5 to 16.2.0 [`#2`](https://github.com/kremalicious/astro-redirect-from/pull/2)
- package updates [`4024b6b`](https://github.com/kremalicious/astro-redirect-from/commit/4024b6bc584c15ad37f80b678421ef5bb29fc8ea) - package updates [`4024b6b`](https://github.com/kremalicious/astro-redirect-from/commit/4024b6bc584c15ad37f80b678421ef5bb29fc8ea)
- Release 1.0.3 [`91047d4`](https://github.com/kremalicious/astro-redirect-from/commit/91047d4f92665678f20bafadae4f87d646ae20c9)
- reduce install commands [`8b9d845`](https://github.com/kremalicious/astro-redirect-from/commit/8b9d845266fee8561e0d379d47e380037d1b31a1) - reduce install commands [`8b9d845`](https://github.com/kremalicious/astro-redirect-from/commit/8b9d845266fee8561e0d379d47e380037d1b31a1)
#### [v1.0.2](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.1...v1.0.2) #### [v1.0.2](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.1...v1.0.2)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "astro-redirect-from", "name": "astro-redirect-from",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-redirect-from", "name": "astro-redirect-from",
"version": "1.0.3", "version": "1.0.4",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@ -1,6 +1,6 @@
{ {
"name": "astro-redirect-from", "name": "astro-redirect-from",
"version": "1.0.3", "version": "1.0.4",
"description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.", "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>", "author": "Matthias Kretschmann <m@kretschmann.io>",
"homepage": "https://kremalicious.com/astro-redirect-from", "homepage": "https://kremalicious.com/astro-redirect-from",