From 34506bc2b5bb8fce07ec820200b22d4b0a7bade6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 24 Sep 2023 12:56:04 +0100 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50664ec..4d872e9 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package-lock.json b/package-lock.json index 5b5c2e8..4b5b89f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 2c167ab..4969745 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://kremalicious.com/astro-redirect-from",