1
0
Fork 0

Release 1.0.1

This commit is contained in:
Matthias Kretschmann 2023-09-24 13:03:48 +01:00
parent 1b147ff277
commit 1fc8d94084
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 4 deletions

View File

@ -4,7 +4,13 @@ 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.0](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.4...v1.0.0)
#### [v1.0.1](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.0...v1.0.1)
- 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)
> 24 September 2023
- test setup, unit tests for all utils [`4d33283`](https://github.com/kremalicious/astro-redirect-from/commit/4d33283f9f15f7e829409c7b9b23fc02f3178683)
- refactor for better testability [`09dfa97`](https://github.com/kremalicious/astro-redirect-from/commit/09dfa97af9cd220245559f4ce6a5b012c8d99533)

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "astro-redirect-from",
"version": "1.0.0",
"version": "1.0.1",
"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",