1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-12-22 09:13:20 +01:00

Release 1.3.0

This commit is contained in:
Matthias Kretschmann 2024-12-20 15:00:42 +00:00
parent c71a4e6426
commit f1272f98d6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 18 additions and 5 deletions

View File

@ -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). 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) #### [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) - 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) - 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) #### [v1.2.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.1.0...v1.2.0)

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "gatsby-redirect-from", "name": "gatsby-redirect-from",
"version": "1.2.1", "version": "1.3.0",
"author": "Matthias Kretschmann <m@kretschmann.io>", "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.", "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/", "homepage": "https://kremalicious.com/gatsby-redirect-from/",
@ -16,7 +16,9 @@
"changelog": "auto-changelog -p", "changelog": "auto-changelog -p",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"browserslist": ["maintained node versions"], "browserslist": [
"maintained node versions"
],
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.26.4", "@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0", "@babel/core": "^7.26.0",
@ -42,7 +44,11 @@
"bugs": { "bugs": {
"url": "https://github.com/kremalicious/gatsby-redirect-from/issues" "url": "https://github.com/kremalicious/gatsby-redirect-from/issues"
}, },
"keywords": ["gatsby", "gatsby-plugin", "redirect"], "keywords": [
"gatsby",
"gatsby-plugin",
"redirect"
],
"release-it": { "release-it": {
"hooks": { "hooks": {
"before:init": "npm test", "before:init": "npm test",