From e704f7e4695713a180fa3b5c930b5cad328a90ac Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 12 Apr 2023 13:08:53 +0100 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae8e74..c5e02c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [v1.0.2](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.1...v1.0.2) + +- Bump release-it from 15.9.1 to 15.10.0 [`#358`](https://github.com/kremalicious/gatsby-redirect-from/pull/358) +- Bump @babel/core from 7.21.3 to 7.21.4 [`#359`](https://github.com/kremalicious/gatsby-redirect-from/pull/359) +- Bump @babel/preset-env from 7.20.2 to 7.21.4 [`#357`](https://github.com/kremalicious/gatsby-redirect-from/pull/357) +- Bump vm2 from 3.9.11 to 3.9.15 [`#360`](https://github.com/kremalicious/gatsby-redirect-from/pull/360) +- dependency updates [`6e7faed`](https://github.com/kremalicious/gatsby-redirect-from/commit/6e7faed7ba5891e4afe7b1f5312d125c6b9ba1a0) + #### [v1.0.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.0...v1.0.1) +> 23 March 2023 + - Bump eslint from 8.33.0 to 8.36.0 [`#350`](https://github.com/kremalicious/gatsby-redirect-from/pull/350) - Bump prettier from 2.8.3 to 2.8.4 [`#343`](https://github.com/kremalicious/gatsby-redirect-from/pull/343) - Bump release-it from 15.6.0 to 15.9.0 [`#352`](https://github.com/kremalicious/gatsby-redirect-from/pull/352) @@ -36,6 +46,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump loader-utils from 1.4.1 to 1.4.2 [`#318`](https://github.com/kremalicious/gatsby-redirect-from/pull/318) - Bump socket.io-parser from 4.0.4 to 4.0.5 [`#317`](https://github.com/kremalicious/gatsby-redirect-from/pull/317) - package updates [`4a4cfa8`](https://github.com/kremalicious/gatsby-redirect-from/commit/4a4cfa89b7e30960c4416681fb8c9dec2f47342e) +- Release 1.0.1 [`454d0ee`](https://github.com/kremalicious/gatsby-redirect-from/commit/454d0eecd64e21dd9b14e9c1bcdb662feace63a2) ### [v1.0.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.5.0...v1.0.0) diff --git a/package-lock.json b/package-lock.json index bbf2836..8054756 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-redirect-from", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-redirect-from", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.21.0", diff --git a/package.json b/package.json index ae598c5..36bb344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-redirect-from", - "version": "1.0.1", + "version": "1.0.2", "author": "Matthias Kretschmann ", "description": "Set redirect urls in your YAML frontmatter within your Gatsby site's Markdown files. Mimics the behavior of jekyll-redirect-from.", "homepage": "https://kremalicious.com/gatsby-redirect-from/",