diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d872e9..1def584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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) +#### [v1.0.1](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.0...v1.0.1) + +- 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) + +> 24 September 2023 - 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) diff --git a/package-lock.json b/package-lock.json index 4b5b89f..990d76d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "astro": ">= 3", diff --git a/package.json b/package.json index 436bfe8..4feea47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.0", + "version": "1.0.1", "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",