Release 1.0.3

This commit is contained in:
Matthias Kretschmann 2023-04-27 13:54:19 +02:00
parent 3914619be7
commit 26bcf8db16
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 3 deletions

View File

@ -4,13 +4,22 @@ 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.3](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.2...v1.0.3)
- 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)
- 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)
> 12 April 2023
- Bump release-it from 15.9.1 to 15.10.0 [`#358`](https://github.com/kremalicious/gatsby-redirect-from/pull/358)
- Bump @babel/core from 7.21.3 to 7.21.4 [`#359`](https://github.com/kremalicious/gatsby-redirect-from/pull/359)
- Bump @babel/preset-env from 7.20.2 to 7.21.4 [`#357`](https://github.com/kremalicious/gatsby-redirect-from/pull/357)
- Bump vm2 from 3.9.11 to 3.9.15 [`#360`](https://github.com/kremalicious/gatsby-redirect-from/pull/360)
- dependency updates [`6e7faed`](https://github.com/kremalicious/gatsby-redirect-from/commit/6e7faed7ba5891e4afe7b1f5312d125c6b9ba1a0)
- Release 1.0.2 [`e704f7e`](https://github.com/kremalicious/gatsby-redirect-from/commit/e704f7e4695713a180fa3b5c930b5cad328a90ac)
#### [v1.0.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.0...v1.0.1)

4
package-lock.json generated
View File

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

View File

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