Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Dec 20, 2024
1 parent c71a4e6 commit f1272f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-redirect-from",
"version": "1.2.1",
"version": "1.3.0",
"author": "Matthias Kretschmann <[email protected]>",
"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/",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f1272f9

Please sign in to comment.