Skip to content

Commit 9d49282

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent bde6160 commit 9d49282

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

create-block-theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Create Block Theme
66
* Plugin URI: https://wordpress.org/plugins/create-block-theme
77
* Description: Generates a block theme
8-
* Version: 1.3.5
8+
* Version: 1.3.6
99
* Author: WordPress.org
1010
* Author URI: https://wordpress.org/
1111
* License: GNU General Public License v2 or later

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-block-theme",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"private": true,
55
"description": "Create a block-based theme",
66
"author": "The WordPress Contributors",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://automattic.com/
55
Tags: themes, theme, block-theme
66
Requires at least: 6.0
77
Tested up to: 6.0
8-
Stable tag: 1.3.5
8+
Stable tag: 1.3.6
99
Requires PHP: 7.0
1010
License: GPLv2 or later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -37,6 +37,9 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them
3737

3838
== Changelog ==
3939

40+
= 1.3.6 =
41+
* Auto update assets using a github action
42+
4043
= 1.3.5 =
4144
* Auto release: commit updated php file with the new version
4245

0 commit comments

Comments
 (0)