From 91047d4f92665678f20bafadae4f87d646ae20c9 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 3 Oct 2023 21:40:22 +0100 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 210ca3d..398e3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,23 @@ 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.3](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.2...v1.0.3) + +- Bump astro from 3.1.2 to 3.2.0 [`#6`](https://github.com/kremalicious/astro-redirect-from/pull/6) +- Bump @types/node from 20.6.3 to 20.6.5 [`#1`](https://github.com/kremalicious/astro-redirect-from/pull/1) +- Bump get-func-name from 2.0.0 to 2.0.2 [`#4`](https://github.com/kremalicious/astro-redirect-from/pull/4) +- Bump eslint from 8.49.0 to 8.50.0 [`#3`](https://github.com/kremalicious/astro-redirect-from/pull/3) +- Bump release-it from 16.1.5 to 16.2.0 [`#2`](https://github.com/kremalicious/astro-redirect-from/pull/2) +- package updates [`4024b6b`](https://github.com/kremalicious/astro-redirect-from/commit/4024b6bc584c15ad37f80b678421ef5bb29fc8ea) +- reduce install commands [`8b9d845`](https://github.com/kremalicious/astro-redirect-from/commit/8b9d845266fee8561e0d379d47e380037d1b31a1) + #### [v1.0.2](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.1...v1.0.2) +> 24 September 2023 + - 💯 [`6d48981`](https://github.com/kremalicious/astro-redirect-from/commit/6d4898173a01c13f659ebc85c7ab4e1b09ae20e8) +- Release 1.0.2 [`02e7857`](https://github.com/kremalicious/astro-redirect-from/commit/02e785782c458cbd354b22ed64bae7866d11dbbb) - fix import [`e61b970`](https://github.com/kremalicious/astro-redirect-from/commit/e61b970fc22bba842b879c2e24fe8180c37fa452) -- ci tweak [`1c3d26d`](https://github.com/kremalicious/astro-redirect-from/commit/1c3d26d552549183735afcffe457300d9eadb5d3) #### [v1.0.1](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.0...v1.0.1) diff --git a/package-lock.json b/package-lock.json index 285ffbf..a6a8253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "astro": ">= 3", diff --git a/package.json b/package.json index aea78f7..6392a26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.2", + "version": "1.0.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",