Release 1.0.5

This commit is contained in:
Matthias Kretschmann 2023-08-17 12:55:08 +01:00
parent fb8d6cfd17
commit 54dd077e8d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 3 deletions

View File

@ -4,10 +4,18 @@ 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/gatsby-redirect-from/compare/v1.0.4...v1.0.5)
- Bump release-it from 16.0.0 to 16.1.0 [`#389`](https://github.com/kremalicious/gatsby-redirect-from/pull/389)
- dependency updates [`fb8d6cf`](https://github.com/kremalicious/gatsby-redirect-from/commit/fb8d6cfd1753ec793698b9302eaf2f113330c1a9)
#### [v1.0.4](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.3...v1.0.4)
> 8 July 2023
- Bump eslint from 8.38.0 to 8.44.0 [`#387`](https://github.com/kremalicious/gatsby-redirect-from/pull/387)
- package updates, remove eslint-plugin-prettier [`1bec87e`](https://github.com/kremalicious/gatsby-redirect-from/commit/1bec87e1b70b28011d8abb5b3f19dbf45dc31a3a)
- Release 1.0.4 [`7703505`](https://github.com/kremalicious/gatsby-redirect-from/commit/770350593e3dbae1532f9b59cdcd3247450ba47b)
#### [v1.0.3](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.2...v1.0.3)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-redirect-from",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-redirect-from",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.22.10",

View File

@ -1,6 +1,6 @@
{
"name": "gatsby-redirect-from",
"version": "1.0.4",
"version": "1.0.5",
"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/",