Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee committed Apr 5, 2019
1 parent 378f863 commit 169c964
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.52](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.52) (2019-04-05)

### Bug Fixes

- **gatsby-source-wordpress:** fix local files being nulles after unpublishing and republishing posts ([#13140](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/13140)) ([378f863](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/commit/378f863))

### Features

- **gatsby-source-wordpress:** Add yoast premium redirects support ([#11595](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/11595)) ([e01f080](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/commit/e01f080))

## [3.0.51](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.51) (2019-03-28)

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
"version": "3.0.51",
"version": "3.0.52",
"author": "Sebastien Fichot <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.14) (2019-04-05)

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

## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.13) (2019-04-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.3.13",
"version": "2.3.14",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 169c964

Please sign in to comment.