Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby@2.1.1
  • Loading branch information
freiksenet committed Feb 14, 2019
1 parent 8494a1b commit ba46e99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.0...gatsby@2.1.1) (2019-02-14)

**Note:** Version bump only for package gatsby

# [2.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.120...gatsby@2.1.0) (2019-02-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.1.0",
"version": "2.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand All @@ -16,6 +16,7 @@
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@gatsbyjs/relay-compiler": "2.0.0-printer-fix",
"@reach/router": "^1.1.1",
"address": "1.0.3",
"autoprefixer": "^9.4.3",
Expand Down Expand Up @@ -105,7 +106,6 @@
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.6.2",
"redux": "^4.0.0",
"@gatsbyjs/relay-compiler": "2.0.0-printer-fix",
"request": "^2.85.0",
"semver": "^5.6.0",
"shallow-compare": "^1.2.2",
Expand Down

0 comments on commit ba46e99

Please sign in to comment.