Release 0.5.0

This commit is contained in:
Matthias Kretschmann 2022-04-10 00:50:49 +01:00
parent e309c03937
commit 4a0c925263
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 22 additions and 3 deletions

View File

@ -4,8 +4,26 @@ 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.5.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.4...v0.5.0)
- Bump moment from 2.29.1 to 2.29.2 [`#254`](https://github.com/kremalicious/gatsby-redirect-from/pull/254)
- Bump prettier from 2.6.1 to 2.6.2 [`#253`](https://github.com/kremalicious/gatsby-redirect-from/pull/253)
- Bump release-it from 14.13.1 to 14.14.0 [`#252`](https://github.com/kremalicious/gatsby-redirect-from/pull/252)
- Bump prettier from 2.6.0 to 2.6.1 [`#251`](https://github.com/kremalicious/gatsby-redirect-from/pull/251)
- Bump eslint from 8.11.0 to 8.12.0 [`#250`](https://github.com/kremalicious/gatsby-redirect-from/pull/250)
- Bump minimist from 1.2.5 to 1.2.6 [`#249`](https://github.com/kremalicious/gatsby-redirect-from/pull/249)
- Bump @babel/core from 7.17.5 to 7.17.8 [`#247`](https://github.com/kremalicious/gatsby-redirect-from/pull/247)
- Bump release-it from 14.12.5 to 14.13.1 [`#246`](https://github.com/kremalicious/gatsby-redirect-from/pull/246)
- Bump prettier from 2.5.1 to 2.6.0 [`#248`](https://github.com/kremalicious/gatsby-redirect-from/pull/248)
- Bump eslint from 8.10.0 to 8.11.0 [`#245`](https://github.com/kremalicious/gatsby-redirect-from/pull/245)
- default to Gatsby v4 peer dependency [`e309c03`](https://github.com/kremalicious/gatsby-redirect-from/commit/e309c03937b6844e4593759ba59df809bfd3a200)
- package updates [`9419f7d`](https://github.com/kremalicious/gatsby-redirect-from/commit/9419f7d18cc7cf561a63dd07453d7f2ff21724ef)
- Create codeql-analysis.yml [`46528a5`](https://github.com/kremalicious/gatsby-redirect-from/commit/46528a59852ec50972e01311897cea23cb6f23fd)
#### [v0.4.4](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.3...v0.4.4)
> 11 March 2022
- Bump release-it from 14.12.4 to 14.12.5 [`#242`](https://github.com/kremalicious/gatsby-redirect-from/pull/242)
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#244`](https://github.com/kremalicious/gatsby-redirect-from/pull/244)
- Bump url-parse from 1.5.7 to 1.5.10 [`#243`](https://github.com/kremalicious/gatsby-redirect-from/pull/243)
@ -45,6 +63,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump prettier from 2.5.0 to 2.5.1 [`#208`](https://github.com/kremalicious/gatsby-redirect-from/pull/208)
- Bump eslint from 8.3.0 to 8.4.0 [`#207`](https://github.com/kremalicious/gatsby-redirect-from/pull/207)
- package updates [`c74c7f1`](https://github.com/kremalicious/gatsby-redirect-from/commit/c74c7f1960abf86b1b43b6bb2963f429104508e2)
- Release 0.4.4 [`c9e537a`](https://github.com/kremalicious/gatsby-redirect-from/commit/c9e537a128260fc41c1d2230e615c4c4cb46acd0)
#### [v0.4.3](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.4.2...v0.4.3)

4
package-lock.json generated
View File

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

View File

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