diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a5bea..cd558b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.1.0](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.8...v1.1.0) + +- migrate to biome [`#149`](https://github.com/kremalicious/astro-redirect-from/pull/149) + #### [v1.0.8](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.7...v1.0.8) +> 7 June 2024 + - bump dev dependencies [`594b8b5`](https://github.com/kremalicious/astro-redirect-from/commit/594b8b5dca5bc1d753d30b779bee79a5ff6e1cf3) +- Release 1.0.8 [`177c233`](https://github.com/kremalicious/astro-redirect-from/commit/177c2335d13cd552d12f7d6ddc7f29b805b143dd) #### [v1.0.7](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.6...v1.0.7) diff --git a/package-lock.json b/package-lock.json index 3323113..534ed94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.8", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.8", + "version": "1.1.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index d570134..9eec6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.8", + "version": "1.1.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 ", "homepage": "https://kremalicious.com/astro-redirect-from",