diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a169fcc..13d8311f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.0](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v4.3.1...v4.4.0) (2022-05-18) + + +### Features + +* write granular info into skip file ([#128](https://www.github.com/netlify/gatsby-plugin-netlify/issues/128)) ([abefe10](https://www.github.com/netlify/gatsby-plugin-netlify/commit/abefe10bcf5cf28ba1eaf1372ac513315797725e)) + ### [4.3.1](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v4.3.0...v4.3.1) (2022-04-27) diff --git a/package.json b/package.json index 270a3eb9..3744411a 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": "4.3.1", + "version": "4.4.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/netlify/gatsby-plugin-netlify/issues"