Release 0.4.2

This commit is contained in:
Matthias Kretschmann 2021-09-20 11:43:39 +02:00
parent 65d1c40c27
commit b5d77a41c3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 28 additions and 4 deletions

View File

@ -4,9 +4,33 @@ 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.2](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.1...v0.4.2)
- 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)
- Bump eslint-plugin-prettier from 3.4.0 to 4.0.0 [`#190`](https://github.com/kremalicious/gatsby-redirect-from/pull/190)
- Bump eslint from 7.28.0 to 7.32.0 [`#188`](https://github.com/kremalicious/gatsby-redirect-from/pull/188)
- Bump prettier from 2.3.1 to 2.4.0 [`#187`](https://github.com/kremalicious/gatsby-redirect-from/pull/187)
- Bump @babel/helper-define-map from 7.13.12 to 7.15.4 [`#186`](https://github.com/kremalicious/gatsby-redirect-from/pull/186)
- Bump @babel/cli from 7.14.3 to 7.15.4 [`#185`](https://github.com/kremalicious/gatsby-redirect-from/pull/185)
- Bump @babel/preset-env from 7.14.4 to 7.15.4 [`#184`](https://github.com/kremalicious/gatsby-redirect-from/pull/184)
- Bump @babel/core from 7.14.3 to 7.15.5 [`#183`](https://github.com/kremalicious/gatsby-redirect-from/pull/183)
- Bump release-it from 14.8.0 to 14.11.5 [`#182`](https://github.com/kremalicious/gatsby-redirect-from/pull/182)
- Bump eslint from 7.27.0 to 7.28.0 [`#163`](https://github.com/kremalicious/gatsby-redirect-from/pull/163)
- Bump release-it from 14.7.0 to 14.8.0 [`#164`](https://github.com/kremalicious/gatsby-redirect-from/pull/164)
- Bump prettier from 2.3.0 to 2.3.1 [`#165`](https://github.com/kremalicious/gatsby-redirect-from/pull/165)
- 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)
- 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)
> 23 May 2021
- fix babel packages [`87b8d1b`](https://github.com/kremalicious/gatsby-redirect-from/commit/87b8d1b7abd5a0535984fcfc995dbfff5be55688)
- Release 0.4.1 [`18b94f6`](https://github.com/kremalicious/gatsby-redirect-from/commit/18b94f66d822072e752c7e67d43df0c970d38045)
#### [v0.4.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.3.0...v0.4.0)

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "gatsby-redirect-from",
"version": "0.4.1",
"version": "0.4.2",
"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/",
@ -33,7 +33,7 @@
"release-it": "^14.6.2"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0" ,
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
"gatsby-plugin-meta-redirect": ">=1.1.0"
},
"engines": {