diff --git a/CHANGELOG.md b/CHANGELOG.md index c625d1b..37bb03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.3.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.2.1...v1.3.0) + +- deprecation changes [`#493`](https://github.com/kremalicious/gatsby-redirect-from/pull/493) + #### [v1.2.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.2.0...v1.2.1) +> 29 July 2024 + - package updates [`be35aee`](https://github.com/kremalicious/gatsby-redirect-from/commit/be35aee8478af2a2334375a9059e411397c47a0e) +- Release 1.2.1 [`a5561f8`](https://github.com/kremalicious/gatsby-redirect-from/commit/a5561f8a9ee8dff0d55293ed1d4baaffd850ce31) - 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) diff --git a/package-lock.json b/package-lock.json index f96a3d0..dda626e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-redirect-from", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gatsby-redirect-from", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.26.4", diff --git a/package.json b/package.json index 7ae1600..9542c8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-redirect-from", - "version": "1.2.1", + "version": "1.3.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/", @@ -16,7 +16,9 @@ "changelog": "auto-changelog -p", "prepublishOnly": "npm run build" }, - "browserslist": ["maintained node versions"], + "browserslist": [ + "maintained node versions" + ], "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.0", @@ -42,7 +44,11 @@ "bugs": { "url": "https://github.com/kremalicious/gatsby-redirect-from/issues" }, - "keywords": ["gatsby", "gatsby-plugin", "redirect"], + "keywords": [ + "gatsby", + "gatsby-plugin", + "redirect" + ], "release-it": { "hooks": { "before:init": "npm test",