diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e30a2..c625d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.2.0...v1.2.1) + +- package updates [`be35aee`](https://github.com/kremalicious/gatsby-redirect-from/commit/be35aee8478af2a2334375a9059e411397c47a0e) +- add deprecation notice [`75ed850`](https://github.com/kremalicious/gatsby-redirect-from/commit/75ed850c7ebfaefb4fd2219949414a3e0a6a3729) + #### [v1.2.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.1.0...v1.2.0) +> 7 June 2024 + - 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) diff --git a/package-lock.json b/package-lock.json index fa7fc62..04896ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-redirect-from", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gatsby-redirect-from", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.24.8", diff --git a/package.json b/package.json index b9d9d17..2c2116b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-redirect-from", - "version": "1.2.0", + "version": "1.2.1", "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/",