浏览代码

Version Bump

Jeff Ong 2 年之前
父节点
当前提交
7fa90eb9ee
共有 4 个文件被更改,包括 6 次插入3 次删除
  1. 3 0
      masu/readme.txt
  2. 1 1
      masu/style.css
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 3 - 0
masu/readme.txt

@@ -12,6 +12,9 @@ Masu is a blog theme inspired by a traditional square wooden box used to measure
 
 == Changelog ==
 
+= 1.0.2 =
+* Masu: Remove heading block specific font rule (#6885)
+
 = 1.0.1 =
 * Masu: Set query loop to inherit by default (#6776)
 

+ 1 - 1
masu/style.css

@@ -7,7 +7,7 @@ Description: Masu is a blog theme inspired by a traditional square wooden box us
 Requires at least: 5.8
 Tested up to: 6.0
 Requires PHP: 5.7
-Version: 1.0.1
+Version: 1.0.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: 

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.293",
+	"version": "1.0.294",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.293",
+	"version": "1.0.294",
 	"description": "Automattic public themes",
 	"author": "automattic",
 	"license": "GPL-2.0",