Skip to content

Commit 0fa115f

Browse files
chore(release): Publish
- [email protected] - [email protected]
1 parent 47b2d86 commit 0fa115f

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/gatsby-dev-cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.16) (2019-08-24)
7+
8+
### Bug Fixes
9+
10+
- update dependency del to v5 ([#17026](https://github.com/gatsbyjs/gatsby/issues/17026)) ([47b2d86](https://github.com/gatsbyjs/gatsby/commit/47b2d86))
11+
612
## [2.5.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.15) (2019-08-24)
713

814
### Bug Fixes

packages/gatsby-dev-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.5.15",
4+
"version": "2.5.16",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.13.82](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.82) (2019-08-24)
7+
8+
### Bug Fixes
9+
10+
- update dependency del to v5 ([#17026](https://github.com/gatsbyjs/gatsby/issues/17026)) ([47b2d86](https://github.com/gatsbyjs/gatsby/commit/47b2d86))
11+
612
## [2.13.81](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.81) (2019-08-24)
713

814
### Bug Fixes

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.13.81",
4+
"version": "2.13.82",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)