Release 1.1.0

This commit is contained in:
Matthias Kretschmann 2024-04-08 12:12:00 +01:00
parent e259bd237e
commit c2914069da
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 16 additions and 4 deletions

View File

@ -4,11 +4,23 @@ 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.1.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.6...v1.1.0)
- 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)
#### [v1.0.6](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.5...v1.0.6)
> 28 September 2023
- dependency updates, new package-lock [`61d6692`](https://github.com/kremalicious/gatsby-redirect-from/commit/61d669235c5387103be62384cd3f352710bae0f5)
- Release 1.0.6 [`b885ec2`](https://github.com/kremalicious/gatsby-redirect-from/commit/b885ec26f096beccca491149bd7dd79316346ef6)
- bump Node.js version in CI [`035274a`](https://github.com/kremalicious/gatsby-redirect-from/commit/035274ad07a2385b5bb86e45adf1fc8fdddfe12e)
- test against Node.js v18 & v20 [`42f9f19`](https://github.com/kremalicious/gatsby-redirect-from/commit/42f9f19f6bd652201ddfeccbc1059862c301a52f)
#### [v1.0.5](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.4...v1.0.5)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-redirect-from",
"version": "1.0.6",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gatsby-redirect-from",
"version": "1.0.6",
"version": "1.1.0",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.1",

View File

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