From 0caabba515598b675928c45f15f685af1595f5ef Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Jun 2024 15:00:25 +0100 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4932251..d9e30a2 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package-lock.json b/package-lock.json index ad5d1ac..29cecba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 69c2c08..4334f06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-redirect-from", - "version": "1.1.0", + "version": "1.2.0", "author": "Matthias Kretschmann ", "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/",