Release 0.4.1

This commit is contained in:
Matthias Kretschmann 2021-05-23 12:00:53 +02:00
parent 87b8d1b7ab
commit 18b94f66d8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 5 deletions

View File

@ -4,8 +4,14 @@ 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.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.0...v0.4.1)
- fix babel packages [`87b8d1b`](https://github.com/kremalicious/gatsby-redirect-from/commit/87b8d1b7abd5a0535984fcfc995dbfff5be55688)
#### [v0.4.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.3.0...v0.4.0)
> 23 May 2021
- Bump lodash from 4.17.19 to 4.17.21 [`#151`](https://github.com/kremalicious/gatsby-redirect-from/pull/151)
- Bump @babel/eslint-parser from 7.13.10 to 7.14.2 [`#152`](https://github.com/kremalicious/gatsby-redirect-from/pull/152)
- Bump @babel/core from 7.13.10 to 7.14.2 [`#153`](https://github.com/kremalicious/gatsby-redirect-from/pull/153)
@ -32,8 +38,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump @babel/eslint-parser from 7.12.1 to 7.12.16 [`#110`](https://github.com/kremalicious/gatsby-redirect-from/pull/110)
- Bump release-it from 14.2.2 to 14.4.0 [`#109`](https://github.com/kremalicious/gatsby-redirect-from/pull/109)
- package updates [`e57fdbd`](https://github.com/kremalicious/gatsby-redirect-from/commit/e57fdbddf02374389437506c1e3d801d7ac63303)
- set Gatsby peerDependencies [`5fd507f`](https://github.com/kremalicious/gatsby-redirect-from/commit/5fd507f038de9b46022c7ff093ed4da063e07927)
- Merge pull request #132 from kremalicious/dependabot/npm_and_yarn/release-it-14.5.0 [`673eab7`](https://github.com/kremalicious/gatsby-redirect-from/commit/673eab719732b281ab2947d110803754284511f4)
- Bump release-it from 14.4.1 to 14.5.0 [`47d593a`](https://github.com/kremalicious/gatsby-redirect-from/commit/47d593aaffa13dc8b5dad1e92452ead98d97972d)
- Release 0.4.0 [`375d062`](https://github.com/kremalicious/gatsby-redirect-from/commit/375d062bc2cb78a6853e1e856ff95c3c9ef4e9a5)
#### [v0.3.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.2.4...v0.3.0)

4
package-lock.json generated
View File

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

View File

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