mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 01:47:01 +01:00
Release 1.0.0
This commit is contained in:
parent
09dfa97af9
commit
34506bc2b5
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,11 +4,19 @@ 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)
|
||||
|
||||
- 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)
|
||||
- getRedirects splitup, more tests [`3d921d9`](https://github.com/kremalicious/astro-redirect-from/commit/3d921d93aab44a1f5e51bd4d665806c8db035c2d)
|
||||
|
||||
#### [v0.2.4](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.3...v0.2.4)
|
||||
|
||||
> 23 September 2023
|
||||
|
||||
- Release 0.2.4 [`913995b`](https://github.com/kremalicious/astro-redirect-from/commit/913995ba04f839d2cac266754cf2029900145e25)
|
||||
- prepend all slugs with a slash if not present [`10d1929`](https://github.com/kremalicious/astro-redirect-from/commit/10d192909c5690d1078f7169d6d05f33d196ac63)
|
||||
- readme updates [`5e7b54d`](https://github.com/kremalicious/astro-redirect-from/commit/5e7b54d7811884fcd06515a5559b3659ba3c977c)
|
||||
- more file path details [`115beb5`](https://github.com/kremalicious/astro-redirect-from/commit/115beb5eeacd75858406cf738cd3ca07f7c6f5dd)
|
||||
|
||||
#### [v0.2.3](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.2...v0.2.3)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "astro-redirect-from",
|
||||
"version": "0.2.4",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "astro-redirect-from",
|
||||
"version": "0.2.4",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"astro": ">= 3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astro-redirect-from",
|
||||
"version": "0.2.4",
|
||||
"version": "1.0.0",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user