mirror of
https://github.com/kremalicious/gatsby-redirect-from.git
synced 2024-12-22 01:03:21 +01:00
Release 1.2.0
This commit is contained in:
parent
51b882b807
commit
0caabba515
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,15 +4,24 @@ 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).
|
||||
|
||||
#### [v1.2.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.1.0...v1.2.0)
|
||||
|
||||
- Update gatsby-node.js to use slug from frontmatter [`#448`](https://github.com/kremalicious/gatsby-redirect-from/pull/448)
|
||||
- bump @babel packages [`47ebbb9`](https://github.com/kremalicious/gatsby-redirect-from/commit/47ebbb902379bf3326beb37940194155fc66747f)
|
||||
- bump more dev dependencies [`51b882b`](https://github.com/kremalicious/gatsby-redirect-from/commit/51b882b80748fddc6acd15f6ad097b78048bfb9e)
|
||||
- fix linting setup [`41aa876`](https://github.com/kremalicious/gatsby-redirect-from/commit/41aa876da342bb11898ac081160f3fabcd968a57)
|
||||
|
||||
#### [v1.1.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.6...v1.1.0)
|
||||
|
||||
> 8 April 2024
|
||||
|
||||
- refactor, more tests [`#444`](https://github.com/kremalicious/gatsby-redirect-from/pull/444)
|
||||
- Bump @babel/traverse from 7.23.0 to 7.23.2 [`#417`](https://github.com/kremalicious/gatsby-redirect-from/pull/417)
|
||||
- Bump postcss from 8.4.25 to 8.4.31 [`#413`](https://github.com/kremalicious/gatsby-redirect-from/pull/413)
|
||||
- Bump sharp from 0.32.1 to 0.32.6 [`#422`](https://github.com/kremalicious/gatsby-redirect-from/pull/422)
|
||||
- add unit test cases [`4756794`](https://github.com/kremalicious/gatsby-redirect-from/commit/475679419f284b6def8447daac64d34ce218c3da)
|
||||
- npm audit fix [`e259bd2`](https://github.com/kremalicious/gatsby-redirect-from/commit/e259bd237e6570c084e69878ad0e31cc82c91cc2)
|
||||
- test setup [`8ab2e49`](https://github.com/kremalicious/gatsby-redirect-from/commit/8ab2e492f0d79a39185686ddeca38d4b91d8727a)
|
||||
- Release 1.1.0 [`c291406`](https://github.com/kremalicious/gatsby-redirect-from/commit/c2914069da9cdb97a70a8ed7690ea4d937b30165)
|
||||
|
||||
#### [v1.0.6](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.5...v1.0.6)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "gatsby-redirect-from",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gatsby-redirect-from",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.24.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gatsby-redirect-from",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.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/",
|
||||
|
Loading…
Reference in New Issue
Block a user