From 02e785782c458cbd354b22ed64bae7866d11dbbb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 24 Sep 2023 13:28:25 +0100 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1def584..210ca3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 990d76d..eef42bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 4feea47..7bea700 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://kremalicious.com/astro-redirect-from",