Skip to content

Commit 85d8c97

Browse files
committedJul 9, 2021
chore(release): Publish
- gatsby-source-wordpress@4.0.7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎packages/gatsby-source-wordpress/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+
## [4.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.6...gatsby-source-wordpress@4.0.7) (2021-07-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-wordpress:** Backporting auth leak fix ([#32315](https://github.com/gatsbyjs/gatsby/issues/32315)) ([98e726f](https://github.com/gatsbyjs/gatsby/commit/98e726f05145a11a57345a262eeebd2694aa18f9))
11+
612
## [4.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.5...gatsby-source-wordpress@4.0.6) (2021-04-07)
713

814
### Bug Fixes

‎packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
5-
"version": "4.0.6",
5+
"version": "4.0.7",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

0 commit comments

Comments
 (0)
Please sign in to comment.