Skip to content

Commit 69e13d3

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent e1c2004 commit 69e13d3

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/gatsby-transformer-screenshot/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+
<a name="2.0.8"></a>
7+
8+
## [2.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot/compare/gatsby-transformer-screenshot@[email protected]) (2018-11-09)
9+
10+
**Note:** Version bump only for package gatsby-transformer-screenshot
11+
612
<a name="2.0.7"></a>
713

814
## [2.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot/compare/gatsby-transformer-screenshot@[email protected]) (2018-11-08)

packages/gatsby-transformer-screenshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"author": "David Beckley <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="2.0.45"></a>
7+
8+
## [2.0.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.45) (2018-11-09)
9+
10+
### Bug Fixes
11+
12+
- handle development proxy exceptions and show some context ([#9839](https://github.com/gatsbyjs/gatsby/issues/9839)) ([b605ade](https://github.com/gatsbyjs/gatsby/commit/b605ade)), closes [#6771](https://github.com/gatsbyjs/gatsby/issues/6771)
13+
614
<a name="2.0.44"></a>
715

816
## [2.0.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.44) (2018-11-09)

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.0.44",
4+
"version": "2.0.45",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)