1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-12-22 09:13:20 +01:00

Release 1.2.1

This commit is contained in:
Matthias Kretschmann 2024-07-29 14:26:29 +01:00
parent 75ed850c7e
commit a5561f8a9e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 3 deletions

View File

@ -4,8 +4,15 @@ 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.2.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.2.0...v1.2.1)
- package updates [`be35aee`](https://github.com/kremalicious/gatsby-redirect-from/commit/be35aee8478af2a2334375a9059e411397c47a0e)
- add deprecation notice [`75ed850`](https://github.com/kremalicious/gatsby-redirect-from/commit/75ed850c7ebfaefb4fd2219949414a3e0a6a3729)
#### [v1.2.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.1.0...v1.2.0)
> 7 June 2024
- Update gatsby-node.js to use slug from frontmatter [`#448`](https://github.com/kremalicious/gatsby-redirect-from/pull/448)
- bump @babel packages [`47ebbb9`](https://github.com/kremalicious/gatsby-redirect-from/commit/47ebbb902379bf3326beb37940194155fc66747f)
- bump more dev dependencies [`51b882b`](https://github.com/kremalicious/gatsby-redirect-from/commit/51b882b80748fddc6acd15f6ad097b78048bfb9e)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-redirect-from",
"version": "1.2.0",
"version": "1.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gatsby-redirect-from",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.8",

View File

@ -1,6 +1,6 @@
{
"name": "gatsby-redirect-from",
"version": "1.2.0",
"version": "1.2.1",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"description": "Set redirect urls in your YAML frontmatter within your Gatsby site's Markdown files. Mimics the behavior of jekyll-redirect-from.",
"homepage": "https://kremalicious.com/gatsby-redirect-from/",