From 30230fe656ae93e9156c195216713dabd13755ec Mon Sep 17 00:00:00 2001
From: Matthias Kretschmann <m@kretschmann.io>
Date: Sat, 23 Sep 2023 17:57:30 +0100
Subject: [PATCH] Release 0.2.0

---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index c244269..8ca7b61 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "astro-redirect-from",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "astro-redirect-from",
-      "version": "0.1.0",
+      "version": "0.2.0",
       "license": "MIT",
       "dependencies": {
         "astro": ">= 3",
diff --git a/package.json b/package.json
index 0c60a24..bb00637 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "astro-redirect-from",
-  "version": "0.1.0",
+  "version": "0.2.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",