Release 0.4.3

This commit is contained in:
Matthias Kretschmann 2021-11-28 15:49:06 +00:00
parent 58eddd1691
commit 2e14e0e464
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 16 additions and 3 deletions

View File

@ -4,8 +4,20 @@ 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).
#### [v0.4.3](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.2...v0.4.3)
- Bump eslint from 8.0.1 to 8.1.0 [`#199`](https://github.com/kremalicious/gatsby-redirect-from/pull/199)
- Bump eslint from 8.0.0 to 8.0.1 [`#197`](https://github.com/kremalicious/gatsby-redirect-from/pull/197)
- Bump @babel/core from 7.15.5 to 7.15.8 [`#195`](https://github.com/kremalicious/gatsby-redirect-from/pull/195)
- Bump @babel/preset-env from 7.15.6 to 7.15.8 [`#194`](https://github.com/kremalicious/gatsby-redirect-from/pull/194)
- Bump eslint from 7.32.0 to 8.0.0 [`#196`](https://github.com/kremalicious/gatsby-redirect-from/pull/196)
- Bump release-it from 14.11.5 to 14.11.6 [`#193`](https://github.com/kremalicious/gatsby-redirect-from/pull/193)
- package updates [`58eddd1`](https://github.com/kremalicious/gatsby-redirect-from/commit/58eddd169125b6bc98bbf7ba189eb0295d04a785)
#### [v0.4.2](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.1...v0.4.2)
> 20 September 2021
- Bump prettier from 2.4.0 to 2.4.1 [`#192`](https://github.com/kremalicious/gatsby-redirect-from/pull/192)
- Bump @babel/cli from 7.15.4 to 7.15.7 [`#191`](https://github.com/kremalicious/gatsby-redirect-from/pull/191)
- Bump @babel/preset-env from 7.14.4 to 7.15.6 [`#189`](https://github.com/kremalicious/gatsby-redirect-from/pull/189)
@ -23,6 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump release-it from 14.6.2 to 14.7.0 [`#161`](https://github.com/kremalicious/gatsby-redirect-from/pull/161)
- Bump @babel/preset-env from 7.14.2 to 7.14.4 [`#162`](https://github.com/kremalicious/gatsby-redirect-from/pull/162)
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#160`](https://github.com/kremalicious/gatsby-redirect-from/pull/160)
- Release 0.4.2 [`b5d77a4`](https://github.com/kremalicious/gatsby-redirect-from/commit/b5d77a41c3e74ba2c8edad006056d765716f43c6)
- Support Gatsby v4 [`65d1c40`](https://github.com/kremalicious/gatsby-redirect-from/commit/65d1c40c2768fc2f9155ebcad9fafce5279b9405)
#### [v0.4.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.0...v0.4.1)

4
package-lock.json generated
View File

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

View File

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