mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-21 17:37:02 +01:00
Release 1.2.0
This commit is contained in:
parent
9789788744
commit
dadd12d7e1
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,9 +4,19 @@ 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.2.0](https://github.com/kremalicious/astro-redirect-from/compare/v1.1.0...v1.2.0)
|
||||||
|
|
||||||
|
- Warn on parsing failures; support `redirect_from: url` [`#157`](https://github.com/kremalicious/astro-redirect-from/pull/157)
|
||||||
|
- dependency updates [`53cc262`](https://github.com/kremalicious/astro-redirect-from/commit/53cc262921a13e7940fc72f727c86181eb2908a8)
|
||||||
|
- formatting fixes [`d8bd20f`](https://github.com/kremalicious/astro-redirect-from/commit/d8bd20f370473a27e47e1032d6b46603e70112c0)
|
||||||
|
- split up lint & format task [`95a8fcb`](https://github.com/kremalicious/astro-redirect-from/commit/95a8fcbcaedbb1520c1df740a704d6e9c5676135)
|
||||||
|
|
||||||
#### [v1.1.0](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.8...v1.1.0)
|
#### [v1.1.0](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.8...v1.1.0)
|
||||||
|
|
||||||
|
> 26 July 2024
|
||||||
|
|
||||||
- migrate to biome [`#149`](https://github.com/kremalicious/astro-redirect-from/pull/149)
|
- migrate to biome [`#149`](https://github.com/kremalicious/astro-redirect-from/pull/149)
|
||||||
|
- Release 1.1.0 [`5b0fcf9`](https://github.com/kremalicious/astro-redirect-from/commit/5b0fcf950cfbd076da5ce34de8785dc5faa7028e)
|
||||||
|
|
||||||
#### [v1.0.8](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.7...v1.0.8)
|
#### [v1.0.8](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.7...v1.0.8)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-redirect-from",
|
"name": "astro-redirect-from",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "astro-redirect-from",
|
"name": "astro-redirect-from",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-redirect-from",
|
"name": "astro-redirect-from",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user