Skip to content

Commit 10dcfa7

Browse files
committed
Version bump 🚀
1 parent d258a0a commit 10dcfa7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.13.1] - 2021-05-06
9+
10+
### Changed
11+
12+
- Version bump again, release failed
13+
814
## [4.13.0] - 2021-05-06
915

1016
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-graphql-yoast-seo",
3-
"version": "4.10.0",
3+
"version": "4.13.1",
44
"description": "A WPGraphQL Extension that adds support for Yoast SEO",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, J
44
Requires at least: 5.0
55
Tested up to: 5.7
66
Requires PHP: 7.1
7-
Stable tag: 4.13.0
7+
Stable tag: 4.13.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

wp-graphql-yoast-seo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://www.ashleyhitchcock.com
99
* Text Domain: wp-graphql-yoast-seo
1010
* Domain Path: /languages
11-
* Version: 4.13.0
11+
* Version: 4.13.1
1212
*
1313
* @package WP_Graphql_YOAST_SEO
1414
*/

0 commit comments

Comments
 (0)