1
0
Fork 0

Release 1.0.2

This commit is contained in:
Matthias Kretschmann 2023-09-24 13:28:25 +01:00
parent e61b970fc2
commit 02e785782c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 3 deletions

View File

@ -4,8 +4,17 @@ 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.0.2](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.1...v1.0.2)
- 💯 [`6d48981`](https://github.com/kremalicious/astro-redirect-from/commit/6d4898173a01c13f659ebc85c7ab4e1b09ae20e8)
- fix import [`e61b970`](https://github.com/kremalicious/astro-redirect-from/commit/e61b970fc22bba842b879c2e24fe8180c37fa452)
- ci tweak [`1c3d26d`](https://github.com/kremalicious/astro-redirect-from/commit/1c3d26d552549183735afcffe457300d9eadb5d3)
#### [v1.0.1](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.0...v1.0.1)
> 24 September 2023
- Release 1.0.1 [`1fc8d94`](https://github.com/kremalicious/astro-redirect-from/commit/1fc8d9408461864edb2f50c962fa45e778c8ad2a)
- add more keywords [`1b147ff`](https://github.com/kremalicious/astro-redirect-from/commit/1b147ff277bb0c454797401aa4aad788710f5aae)
### [v1.0.0](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.4...v1.0.0)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "astro-redirect-from",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "astro-redirect-from",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"astro": ">= 3",

View File

@ -1,6 +1,6 @@
{
"name": "astro-redirect-from",
"version": "1.0.1",
"version": "1.0.2",
"description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"homepage": "https://kremalicious.com/astro-redirect-from",