diff --git a/CHANGELOG.md b/CHANGELOG.md index f49237c..73da585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.2](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.1...v0.2.2) + +- update readme [`5459cf8`](https://github.com/kremalicious/astro-redirect-from/commit/5459cf89482c7b0853370ce92b0d9e1a9991c3b7) +- 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) +> 23 September 2023 + - fix dist deletion, add changelog [`bd652d5`](https://github.com/kremalicious/astro-redirect-from/commit/bd652d5ef6ae62010c82bc100404a37f5a8068bb) +- Release 0.2.1 [`3b0beb4`](https://github.com/kremalicious/astro-redirect-from/commit/3b0beb47dfb6a99e8d00c1b6c93bc8c3574ad47e) #### v0.2.0 diff --git a/package-lock.json b/package-lock.json index c94c113..42cb1e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "astro": ">= 3", diff --git a/package.json b/package.json index 30699f9..a124788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "0.2.1", + "version": "0.2.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",