mirror of
https://github.com/kremalicious/gatsby-redirect-from.git
synced 2024-12-22 09:13:20 +01:00
Release 1.0.2
This commit is contained in:
parent
6e7faed7ba
commit
e704f7e469
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,8 +4,18 @@ 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).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v1.0.2](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.1...v1.0.2)
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
#### [v1.0.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.0...v1.0.1)
|
#### [v1.0.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.0...v1.0.1)
|
||||||
|
|
||||||
|
> 23 March 2023
|
||||||
|
|
||||||
- Bump eslint from 8.33.0 to 8.36.0 [`#350`](https://github.com/kremalicious/gatsby-redirect-from/pull/350)
|
- Bump eslint from 8.33.0 to 8.36.0 [`#350`](https://github.com/kremalicious/gatsby-redirect-from/pull/350)
|
||||||
- Bump prettier from 2.8.3 to 2.8.4 [`#343`](https://github.com/kremalicious/gatsby-redirect-from/pull/343)
|
- Bump prettier from 2.8.3 to 2.8.4 [`#343`](https://github.com/kremalicious/gatsby-redirect-from/pull/343)
|
||||||
- Bump release-it from 15.6.0 to 15.9.0 [`#352`](https://github.com/kremalicious/gatsby-redirect-from/pull/352)
|
- Bump release-it from 15.6.0 to 15.9.0 [`#352`](https://github.com/kremalicious/gatsby-redirect-from/pull/352)
|
||||||
@ -36,6 +46,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|||||||
- Bump loader-utils from 1.4.1 to 1.4.2 [`#318`](https://github.com/kremalicious/gatsby-redirect-from/pull/318)
|
- Bump loader-utils from 1.4.1 to 1.4.2 [`#318`](https://github.com/kremalicious/gatsby-redirect-from/pull/318)
|
||||||
- Bump socket.io-parser from 4.0.4 to 4.0.5 [`#317`](https://github.com/kremalicious/gatsby-redirect-from/pull/317)
|
- Bump socket.io-parser from 4.0.4 to 4.0.5 [`#317`](https://github.com/kremalicious/gatsby-redirect-from/pull/317)
|
||||||
- package updates [`4a4cfa8`](https://github.com/kremalicious/gatsby-redirect-from/commit/4a4cfa89b7e30960c4416681fb8c9dec2f47342e)
|
- package updates [`4a4cfa8`](https://github.com/kremalicious/gatsby-redirect-from/commit/4a4cfa89b7e30960c4416681fb8c9dec2f47342e)
|
||||||
|
- Release 1.0.1 [`454d0ee`](https://github.com/kremalicious/gatsby-redirect-from/commit/454d0eecd64e21dd9b14e9c1bcdb662feace63a2)
|
||||||
|
|
||||||
### [v1.0.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.5.0...v1.0.0)
|
### [v1.0.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.5.0...v1.0.0)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "gatsby-redirect-from",
|
"name": "gatsby-redirect-from",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "gatsby-redirect-from",
|
"name": "gatsby-redirect-from",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.21.0",
|
"@babel/cli": "^7.21.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gatsby-redirect-from",
|
"name": "gatsby-redirect-from",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
"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.",
|
"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/",
|
"homepage": "https://kremalicious.com/gatsby-redirect-from/",
|
||||||
|
Loading…
Reference in New Issue
Block a user