diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f0a6a..e4a697d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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) (2024-04-08) + + +### Bug Fixes + +* **deps:** update dependency @babel/runtime to v7.23.8 ([adcf720](https://github.com/netlify/gatsby-plugin-netlify/commit/adcf7207f3de5983cb0b32cd821e1992f59ce678)) +* **deps:** update dependency fs-extra to v11.2.0 ([f4b7cff](https://github.com/netlify/gatsby-plugin-netlify/commit/f4b7cff888c8b7e734b52202d528e76e5683e113)) +* **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 c989fcf..3d113c1 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"