From 612ba15aec55a3193f27c29fd6a18e22245666b9 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 25 Oct 2023 00:56:24 +0100 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398e3e9..f5420a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,28 @@ 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.4](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.3...v1.0.4) + +- Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.9.0 [`#25`](https://github.com/kremalicious/astro-redirect-from/pull/25) +- Bump eslint from 8.50.0 to 8.52.0 [`#20`](https://github.com/kremalicious/astro-redirect-from/pull/20) +- Bump vite from 4.4.10 to 4.5.0 [`#23`](https://github.com/kremalicious/astro-redirect-from/pull/23) +- Bump @babel/traverse from 7.22.20 to 7.23.2 [`#18`](https://github.com/kremalicious/astro-redirect-from/pull/18) +- Bump astro from 3.2.2 to 3.3.2 [`#21`](https://github.com/kremalicious/astro-redirect-from/pull/21) +- add husky [`c6e24a6`](https://github.com/kremalicious/astro-redirect-from/commit/c6e24a6120749c3133c0387b585819d0069a9eb8) +- readme updates [`0c0e39a`](https://github.com/kremalicious/astro-redirect-from/commit/0c0e39a93211a39ca729ae9a13cb19f3da2ddca9) +- add funding to package.json [`acdfc1e`](https://github.com/kremalicious/astro-redirect-from/commit/acdfc1e732578efebd868fb6cf4f948f74f8958b) + #### [v1.0.3](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.2...v1.0.3) +> 3 October 2023 + - 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) +- Release 1.0.3 [`91047d4`](https://github.com/kremalicious/astro-redirect-from/commit/91047d4f92665678f20bafadae4f87d646ae20c9) - 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) diff --git a/package-lock.json b/package-lock.json index 3e5afc3..c0fc870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-redirect-from", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-redirect-from", - "version": "1.0.3", + "version": "1.0.4", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 656c00e..8084fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-redirect-from", - "version": "1.0.3", + "version": "1.0.4", "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",