Release 1.0.4

This commit is contained in:
Matthias Kretschmann 2023-07-08 11:49:48 +01:00
parent 1bec87e1b7
commit 770350593e
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.4](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.3...v1.0.4)
- 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)
#### [v1.0.3](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.2...v1.0.3)
> 27 April 2023
- Bump vm2 from 3.9.16 to 3.9.17 [`#364`](https://github.com/kremalicious/gatsby-redirect-from/pull/364)
- Bump vm2 from 3.9.15 to 3.9.16 [`#363`](https://github.com/kremalicious/gatsby-redirect-from/pull/363)
- Release 1.0.3 [`26bcf8d`](https://github.com/kremalicious/gatsby-redirect-from/commit/26bcf8db16f9e6c578e5e5694e4fda2471d4a071)
- dependency security fix [`3914619`](https://github.com/kremalicious/gatsby-redirect-from/commit/3914619be74030cdfb5246e6c7528173eaa8fa8b)
#### [v1.0.2](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.1...v1.0.2)

4
package-lock.json generated
View File

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

View File

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