From 7da79f5f70d255c778c98a39c04b4443c8122c6a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:16:46 +0000 Subject: [PATCH] chore(main): release 5.1.2 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f0a6a3..8bb7533f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.2](https://github.com/netlify/gatsby-plugin-netlify/compare/v5.1.1...v5.1.2) (2025-04-14) + + +### Bug Fixes + +* **deps:** update babel monorepo to v7.26.10 ([#379](https://github.com/netlify/gatsby-plugin-netlify/issues/379)) ([8b3050d](https://github.com/netlify/gatsby-plugin-netlify/commit/8b3050d8f39943014ba2d72eaaec55dfbda6a4cf)) +* **deps:** update babel monorepo to v7.26.7 ([#371](https://github.com/netlify/gatsby-plugin-netlify/issues/371)) ([9dcdfab](https://github.com/netlify/gatsby-plugin-netlify/commit/9dcdfab7e038908974bb95b83923aaa34badb658)) +* **deps:** update babel monorepo to v7.26.9 ([#374](https://github.com/netlify/gatsby-plugin-netlify/issues/374)) ([48f9f2e](https://github.com/netlify/gatsby-plugin-netlify/commit/48f9f2eedc8a7a5d9ed54e1c2e19a6b715689c21)) +* **deps:** update babel monorepo to v7.27.0 ([#380](https://github.com/netlify/gatsby-plugin-netlify/issues/380)) ([a974cbb](https://github.com/netlify/gatsby-plugin-netlify/commit/a974cbb289833a000121b70d0e0ec9d8a0a26020)) +* **deps:** update dependency @babel/runtime to v7.23.8 ([adcf720](https://github.com/netlify/gatsby-plugin-netlify/commit/adcf7207f3de5983cb0b32cd821e1992f59ce678)) +* **deps:** update dependency @babel/runtime to v7.25.4 ([ca810fb](https://github.com/netlify/gatsby-plugin-netlify/commit/ca810fba8846081787fea41eabdc49c77d174277)) +* **deps:** update dependency fs-extra to v11.2.0 ([f4b7cff](https://github.com/netlify/gatsby-plugin-netlify/commit/f4b7cff888c8b7e734b52202d528e76e5683e113)) +* **deps:** update dependency fs-extra to v11.3.0 ([#370](https://github.com/netlify/gatsby-plugin-netlify/issues/370)) ([426ad9a](https://github.com/netlify/gatsby-plugin-netlify/commit/426ad9aaaa6f7a1b48c94d9ceb8cae7cea039843)) +* **deps:** update dependency webpack-assets-manifest to v5.2.1 ([50e169e](https://github.com/netlify/gatsby-plugin-netlify/commit/50e169e8e94323de399a492ca79b7d62946a7839)) + ## [5.1.1](https://github.com/netlify/gatsby-plugin-netlify/compare/v5.1.0...v5.1.1) (2023-09-25) diff --git a/package.json b/package.json index c989fcf7..3d113c13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin for sites deployed to Netlify", - "version": "5.1.1", + "version": "5.1.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/netlify/gatsby-plugin-netlify/issues"