diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 81d091f43b6ea..e7bd9ed327ace 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.3...gatsby-dev-cli@2.5.4) (2019-07-12) + +### Features + +- **gatsby-dev-cli:** add initial support for handling yarn workspaces ([#15649](https://github.com/gatsbyjs/gatsby/issues/15649)) ([28aeffe](https://github.com/gatsbyjs/gatsby/commit/28aeffe)) + ## [2.5.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.2...gatsby-dev-cli@2.5.3) (2019-07-12) ### Bug Fixes diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 686be231642f6..d68c820db6785 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "2.5.3", + "version": "2.5.4", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js"