diff --git a/CHANGELOG.md b/CHANGELOG.md index 73da585..8e05447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v0.2.3](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.2...v0.2.3) + +- remove import.meta.env usage [`676d07e`](https://github.com/kremalicious/astro-redirect-from/commit/676d07eacb80f7feaea5db1b99d9edf0319db518) + #### [v0.2.2](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.1...v0.2.2) +> 23 September 2023 + - update readme [`5459cf8`](https://github.com/kremalicious/astro-redirect-from/commit/5459cf89482c7b0853370ce92b0d9e1a9991c3b7) +- Release 0.2.2 [`19a0da1`](https://github.com/kremalicious/astro-redirect-from/commit/19a0da1204f1101de787825b685095175800f7e9) - readme updates [`f972850`](https://github.com/kremalicious/astro-redirect-from/commit/f972850d9e0dda228090b695bd8491509191ac92) -- imports with file extension [`8147aad`](https://github.com/kremalicious/astro-redirect-from/commit/8147aad3ec6d43de24760af605874b8f0f64d271) #### [v0.2.1](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.0...v0.2.1) diff --git a/package-lock.json b/package-lock.json index 42cb1e0..0b7b12a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "astro": ">= 3", diff --git a/package.json b/package.json index a124788..2a64c75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "0.2.2", + "version": "0.2.3", "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",